This commit is contained in:
2024-02-14 16:08:19 +01:00
commit bf1a81e362
99 changed files with 22740 additions and 0 deletions

4
dist/assets/demo/datatables-demo.js vendored Normal file
View File

@@ -0,0 +1,4 @@
// Call the dataTables jQuery plugin
$(document).ready(function() {
$('#dataTable').DataTable();
});