Advertisement
fadlyshafa

Untitled

Aug 20th, 2019
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. $(document).ready(function() {
  2.     $('#example').DataTable( {
  3.         "scrollY": 200,
  4.         "scrollX": true
  5.     } );
  6. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement