Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

foo-table-custom.js 235B

1234567891011
  1. 'use strict';
  2. $(document).ready(function() {
  3. $('.table').footable({
  4. "paging": {
  5. "enabled": true
  6. },
  7. "sorting": {
  8. "enabled": true
  9. }
  10. });
  11. });