mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 05:58:46 +02:00
N°3648 - Feedback alpha 3.0 : finish relation edition
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
$('#{{ oUIBlock.GetId() }}').DataTable({
|
||||
var table{{ oUIBlock.GetId()|sanitize_identifier }}= $('#{{ oUIBlock.GetId() }}').DataTable({
|
||||
language: {
|
||||
emptyTable: "{{ 'UI:Message:EmptyList:UseAdd'|dict_s }}"
|
||||
},
|
||||
scrollX: true,
|
||||
scrollCollapse: true,
|
||||
paging: false,
|
||||
filter: false,
|
||||
search: false,
|
||||
dom: "t"
|
||||
});
|
||||
dom: "t",
|
||||
});
|
||||
|
||||
|
||||
//table{{ oUIBlock.GetId()|sanitize_identifier }}.columns.adjust().draw();
|
||||
//$(".dataTables_scrollBody thead").hide();
|
||||
Reference in New Issue
Block a user