datachecker.js 107 B

12345
  1. $(document).ready( function () {
  2. $('.datatable').DataTable( {
  3. "scrollX": true
  4. } );
  5. } );