Siopas Inventory PETI for ISTW Website

5 lines
107 B

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