Änderungen Dienstag
This commit is contained in:
4
dashboard/assets/demo/datatables-demo.js
Normal file
4
dashboard/assets/demo/datatables-demo.js
Normal file
@ -0,0 +1,4 @@
|
||||
// Call the dataTables jQuery plugin
|
||||
$(document).ready(function() {
|
||||
$('#dataTable').DataTable();
|
||||
});
|
Reference in New Issue
Block a user