datatables-demo.js 103 Bytes
// Call the dataTables jQuery plugin
$(document).ready(function() {
  $('#dataTable').DataTable();
});