How to export all data with buttons?
How to export all data with buttons?
Daniel2
Posts: 1Questions: 1Answers: 0
Right now datatables is only exporting the visible rows ( I am using server-side processing w/ paging). How can I make the buttons export/print all the data (not just the visible rows).
Thanks,
Dan
This discussion has been closed.
Answers
This seems to be a popular question lately..
Basically, the
serverSide
only pulls and renders the rows that will be visible at that time, right? So how will it know to export rows that it hasn't even pulled or rendered.@kwein1 said:
But if you think about it, that totally voids the purpose of
serverSide
My reply to both of those threads, and still my recommended answer: