Guest User

Untitled

a guest
Jan 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $(function() {
  2. ...
  3. ...
  4.  
  5. // Retrieve all records for the first time
  6. // Converts table to DataTable as well
  7. $.getRecords('#eventTable', '${rootUrl}event/getall',
  8. ['id', 'name', 'description', 'participants', 'date'],
  9. function() {
  10. $('#eventTable').dataTable( {
  11. "bJQueryUI": true,
  12. "sPaginationType": "full_numbers"
  13. });
  14. });
  15. });
Add Comment
Please, Sign In to add comment