morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

Exporting all data from a SSP. #126

Open elementace opened 4 months ago

elementace commented 4 months ago

Has anyone come up with a nice way to export table data from a filtered query ignoring pagination into a CSV or similar? My understanding is that Buttons is a client-side process, so we can't easily send all the data to the client side to be munged and exported in the write format?