Pagination breaks on logged-in view
-
- When using pagination with a record of 11 rows and 11 columns, it works fine on logged-in and logged-out views both. But when i have 31 rows and 11 columns ( basically anything higher than 11 rows ), the
jquery.dataTables.min.js
throws an error which disables the pagination feature on the logged-in view but works fine on the logged-out view - The error generated is as follows :
Uncaught TypeError: Cannot set properties of undefined (setting '_DT_CellIndex')
- Now if i just remove the association from the script the pagination functionality works fine.
- Another issue i came across is that after i set the no of rows i want per page, and i go to change it again it does not take effect
- When using pagination with a record of 11 rows and 11 columns, it works fine on logged-in and logged-out views both. But when i have 31 rows and 11 columns ( basically anything higher than 11 rows ), the
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pagination breaks on logged-in view’ is closed to new replies.