mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
Change da77439 events to use DataTables builtin events instead of custom ones
This commit is contained in:
@@ -46,11 +46,5 @@ $('#{{ oUIBlock.GetId() }}').DataTable({
|
||||
sortable: true
|
||||
},
|
||||
{% endfor %}
|
||||
],
|
||||
initComplete: function () {
|
||||
$('#{{ oUIBlock.GetId() }}').trigger('inited');
|
||||
},
|
||||
drawCallback: function(){
|
||||
$('#{{ oUIBlock.GetId() }}').trigger('drawn');
|
||||
}
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user