source: resources/assets/js/examples/datatable.js@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 214 bytes
Line 
1'use strict';
2$(document).ready(function () {
3
4 $('#example1').DataTable({
5 responsive: true
6 });
7
8 $('#example2').DataTable({
9 "scrollY": "400px",
10 "scrollCollapse": true
11 });
12
13});
Note: See TracBrowser for help on using the repository browser.