parking-html/Parking_spaces/wwwroot/bootstrap_1/js/demo/datatables-demo.js

5 lines
103 B
JavaScript
Raw Normal View History

2024-02-01 11:37:15 +08:00
// Call the dataTables jQuery plugin
$(document).ready(function() {
$('#dataTable').DataTable();
});