Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <table id="datatable">
  2. <thead>
  3. <tr>
  4. <th>Name</th>
  5. <th>Position</th>
  6. <th>Office</th>
  7. <th>Office</th>
  8. <th>Office</th>
  9. </tr>
  10. </thead>
  11. </table>
  12. <script type="text/javascript">
  13. $(document).ready(function() { $('#datatable').dataTable({ "serverSide": true, "ajax": "url.php", }); });
  14. </script>
  15.  
  16. {"recordsTotal":1,"recordsFiltered":1,"data":[["1","test","test","1","test"]],"draw":"1"}
  17.  
  18. TypeError: data is undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement