How to remove pagination when printing
How to remove pagination when printing
Reading the docs for Buttons as it relates to exportData options: https://datatables.net/reference/api/buttons.exportData%28%29 - The row selector to use. Default - all rows
-- but it seems 'all rows' is really the value to paginate. How would I over-ride that filter so all rows are printed?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It you are seeing only the current page, then very likely you are using server-side processing (
serverSide
). If so, this FAQ explains why you only get the first page.If you aren't using server-side processing, I'd need a link to the page.
Allan
Yes - server-side. Thanks.