datatables-demo.js 103 Bytes Raw Blame History Permalink 1 2 3 4 // Call the dataTables jQuery plugin $(document).ready(function() { $('#dataTable').DataTable(); });