File "datatables-demo.js"

Full path: /home/fsibplc/public_html/fsib/admin/assets/demo/datatables-demo.js
File size: 103 B (103 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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