3.1.0
·
23 commits
to master
since this release
28/07/2022
What's new
- Now you can download all the rows to a CSV file!
- The feature was developed using
dataTables.buttons
plugin, but with server-side data rendering, the file generated will be ordered and filtered with the client parameters.
- The feature was developed using
- Now all the export services (Excel and CSV) are dynamic and it's not necessary to specify the column names of the model.
- The feature was developed using
PropertyInfo[]
andGetCustomAttribute()
methods. - For creating the Excel file the C# file types allowed are
String
,Int32
,Double
,Decimal
,Single
,Boolean
andDateTime
. If the data type is not included in the range listed before, the service will add an empty value to the cell.
- The feature was developed using