Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignoring columns of Grid in CSV export #187

Open
amanmukhtar opened this issue Mar 20, 2018 · 1 comment
Open

Ignoring columns of Grid in CSV export #187

amanmukhtar opened this issue Mar 20, 2018 · 1 comment

Comments

@amanmukhtar
Copy link

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?

@wdog
Copy link
Contributor

wdog commented Mar 20, 2018

try creating a new Class that extends CsvExport and then implement the same logic of excel export
and use it in the renderCsv method

see #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants