[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
siakad
/
simpeg
/
login
/
scripts
/
tables
/
[
Home
]
File: datatable.js
'use strict'; /** * @author Batch Themes Ltd. */ (function() { $(function() { if (!element_exists('#tables-datatable')) { return false; } $('#datatable-example-1').DataTable({ "ajax": '/assets/json/datatables.json' }); $('#datatable-example-2').DataTable(); }); })();