TableTools only exports visible rows
TableTools only exports visible rows
mstone42
Posts: 13Questions: 0Answers: 0
We're using server-side data fetches, and returning a lot of rows. When using the TableTools to export (either to Excel or CVS), only the rows currently being displayed are getting exported, not the whole table. Looking at the TableToolsInit object, I didn't see anything relating to 'displayed' versus 'all' rows. I'm guessing this is not so much a bug as a side-effect of using server-side fetches (since no data is being cached). Is there an easy way to have all the rows exported - aside from hacking the code that generates the Length drop down to include larger display values?
Using:
DataTables version 1.6.2
TableTools version 1.1.4
Using:
DataTables version 1.6.2
TableTools version 1.1.4
This discussion has been closed.
Replies
The problem is, that even if you programmaticaly load the complete table content at once (server side) you won't get non displayed values in your export.
Help would be very appreciated.
It exports as excel or CSV only my 10 visibles rows...
Any solution please ?
Allan