File "datatables-demo.js"
Full path: /home/fsibplc/public_html/fsib/firstcash/admin/assets/demo/datatables-demo.js
File
size: 104 B (104 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();
});
;