Change da77439 events to use DataTables builtin events instead of custom ones

This commit is contained in:
Stephen Abello
2021-02-22 13:36:26 +01:00
parent 9bbec47976
commit 2b69ca2f04
3 changed files with 2 additions and 10 deletions

View File

@@ -46,11 +46,5 @@ $('#{{ oUIBlock.GetId() }}').DataTable({
sortable: true
},
{% endfor %}
],
initComplete: function () {
$('#{{ oUIBlock.GetId() }}').trigger('inited');
},
drawCallback: function(){
$('#{{ oUIBlock.GetId() }}').trigger('drawn');
}
]
});