web/penny/static/js/demo/datatables-demo.js
// Call the dataTables jQuery plugin
$(document).ready(function() {
$('#dataTable').DataTable();
});
| homepage: | https://compounddata.com/projects/penny |
| git clone: | https://git.compounddata.com/penny |
| summary | history | files |
// Call the dataTables jQuery plugin
$(document).ready(function() {
$('#dataTable').DataTable();
});