N°3540 - Migrate printable version of an object

This commit is contained in:
acognet
2020-12-18 11:41:06 +01:00
parent c8dbf88c03
commit 3876fb9d62
30 changed files with 545 additions and 517 deletions

View File

@@ -4,5 +4,6 @@ $('#{{ oUIBlock.GetId() }}').DataTable({
},
paging: false,
filter: false,
search: false
search: false,
dom: "t"
});