How to Generate CSV File
You can allow users to download data to CSV file from the front-end.
Enable CSV: Enable or disable the option to download data as CSV.
Access: Select the access level that is allowed to download CSV file.
Button Text: Enter the text for the button. Foe example: Export as CSV
Button Class: Enter the class to style the button. For example: btn btn-success
Button Icon: Enter the icon class for the button. For example: fa-solid fa-file-csv
Columns: Enter the comma separated names of the columns to be included in the CSV file. For Example: id,title
Order Direction: Select the direction (Ascending or Descending) for ordering of the records.
Order Column: Enter the name of the column for ordering of records.