New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
// Call the dataTables jQuery plugin
|
|
$(document).ready(function() {
|
|
$('#dataTable').DataTable();
|
|
});
|