footable.init.js 256 B

12345678910111213
  1. $(document).ready(function() {
  2. $(function () {
  3. $('.footable').footable();
  4. });
  5. // If you require any other breakpoint use bellow function
  6. //$('.footable').footable({
  7. //breakpoints: {
  8. //phone_p: 320,
  9. //tablet_p: 768
  10. //}
  11. //});
  12. });