Skip to content

3.1.0

Compare
Choose a tag to compare
@DavidSuescunPelegay DavidSuescunPelegay released this 28 Jul 19:52
· 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.
  • 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[] and GetCustomAttribute() methods.
    • For creating the Excel file the C# file types allowed are String, Int32, Double, Decimal, Single, Boolean and DateTime. If the data type is not included in the range listed before, the service will add an empty value to the cell.