fingers10 / JqueryDataTablesServerSide

Asp.Net Core Server Side for Jquery DataTables Multiple Column Filtering and Sorting with Pagination and Excel Export
MIT License
227 stars 37 forks source link

Add the ability to upload full data for excel #31

Closed UseMuse closed 4 years ago

UseMuse commented 4 years ago

Add the ability to upload full data for excel. Excluding pagination.

I propose to implement this with a separate button "Export all to Excel". When you click on this button, the Length field of the JqueryDataTablesParameters class is set to -1. This would be tantamount to if we chose "Show all entries" - then, as the developers of datables intended, an example. But I suggest adding the ability to upload all the data without displaying them.

UseMuse commented 4 years ago

@fingers10 I’m interested, maybe I’ll try to implement it myself, but it’s not accurate :) But I do not have to wait)

fingers10 commented 4 years ago

@UseMuse This piece of functionality has nothing to do with the server side processing package. I have updated the demo project for this ALL option with excel export. Please check JqueryDataTablesServerSideDemo project