问题
We're sometimes handling tables with more than 400 000 rows, we are using server-side processing plug-in Scroller for DataTable on our page. We also want to download the table, but with the Scroller plug-in it always downloads only 145 rows. Can I somehow tell the download buttons to download full table and not only the loaded part?
I'm doing this completely in R-Shiny with DT package, so any suggestions from this side would be also very appreciated.
来源:https://stackoverflow.com/questions/31645588/download-button-downloads-only-145-rows-in-datatables-with-scroller