Open amanmukhtar opened 6 years ago
I want to ignore some columns of grid in the exported CSV. In ExcelExport, it is possible to ignore columns by using "setIgnoredColumns" function. I do not see such option for CSVExport, how can I implement this?
try creating a new Class that extends CsvExport and then implement the same logic of excel export and use it in the renderCsv method
Class
CsvExport
renderCsv
see #130
I want to ignore some columns of grid in the exported CSV. In ExcelExport, it is possible to ignore columns by using "setIgnoredColumns" function. I do not see such option for CSVExport, how can I implement this?