mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
N°2737 - Migrate WebPage::table() to UIBlocks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$('#{{ oUIBlock.GetId() }}').DataTable({
|
||||
language: {
|
||||
emptyTable: "{{ 'UI:Message:EmptyList:UseAdd'|dict_s }}"
|
||||
},
|
||||
paging: false,
|
||||
filter: false,
|
||||
search: false,
|
||||
dom: "t"
|
||||
});
|
||||
Reference in New Issue
Block a user