Downloads and exports a CSV of the grid's data.
Optional
options: GridCsvExportOptionsThe options to apply on the export.
Returns the grid data as a CSV string.
This method is used internally by exportDataAsCsv
.
Optional
options: GridCsvExportOptionsThe options to apply on the export.
The data in the CSV format.
The CSV export API interface that is available in the grid [[apiRef]].