How to stop dataTables_paginate from generating?
How to stop dataTables_paginate from generating?
Hi,
I have about 100 rows. I want to initially show 25, and I have a custom function that shows more on request. So I want pagination, but I want my own, and dataTables keeps inserting these arrows. Can I explicitly remove them? I could obviously do it after dataTables loads, or hide it with css, but I would rather pass an option to remove it all together if it was possible.
I have about 100 rows. I want to initially show 25, and I have a custom function that shows more on request. So I want pagination, but I want my own, and dataTables keeps inserting these arrows. Can I explicitly remove them? I could obviously do it after dataTables loads, or hide it with css, but I would rather pass an option to remove it all together if it was possible.
This discussion has been closed.
Replies
Both are documented here: http://www.datatables.net/usage/options
ruzz