datatables-demo.js 104 Bytes
Newer Older
Indra Raja's avatar
Indra Raja committed
1 2 3 4
// Call the dataTables jQuery plugin
$(document).ready(function () {
  $('#dataTable').DataTable();
});