N°2737 - Migrate WebPage::table() to UIBlocks

This commit is contained in:
Eric
2021-01-12 16:17:33 +01:00
parent e0fe657f27
commit 503817e572
8 changed files with 19 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
$('#{{ oUIBlock.GetId() }}').DataTable({
language: {
emptyTable: "{{ 'UI:Message:EmptyList:UseAdd'|dict_s }}"
},
paging: false,
filter: false,
search: false,
dom: "t"
});