Files
startbootstrap-sb-admin-2/js/demo/datatables-demo.js
David Miller af58467db4 updating to 4.0
New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
2019-01-03 12:10:55 -07:00

5 lines
103 B
JavaScript

// Call the dataTables jQuery plugin
$(document).ready(function() {
$('#dataTable').DataTable();
});