Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function() {
  2.     $('#distributorTable').dataTable( {
  3.         "processing": true,
  4.         "serverSide": true,
  5.         "ajax": "processDistributorManageTable.php",
  6.     } );
  7. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement