-
Notifications
You must be signed in to change notification settings - Fork 782
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
Export to CSV download only specific columns #564
Comments
I have the same request. I have a column named "Actions" that has add/edit/delete buttons that get included in the export too. Maybe there can be a key that would specify that the column wouldn't be included on exportCSV? :) |
hey all, I can give a props |
HI all, released on use |
Thanks a lot @AllenFang . It would be great to add documentation for this flag. Because some people would wonder if |
surely, I'll add in docs. Thanks your :) |
Hey @AllenFang , Do we have a prop we can pass to specify the filename/Spreadsheet title instead of "Table 1" ? |
@SmashedBird you can use |
By default when you added the flag hidden to the TableHeaderColumn it automatically set the export to that particular column to false so when you want to hide a specific column but still want to export that column you can do |
@AllenFang @SmashedBird i found one solution to configure the spreadsheet name, by adding example : so that this title will apply to your spreadsheet. |
I hope it is not too hard to add functionality to this component to be able to download not ALL columns in a table through "Export to CSV" button. I have some columns where I keep Edit/Delete links and they appear in CSV whenever user clicks ExportToCSV button.
Thanks !
The text was updated successfully, but these errors were encountered: