Hello Dojo,
I'm working with the table component and the CSV export functionality, and I'm facing some limitations with the current export dialog.
Current situation: When clicking "Export CSV", I get a dialog with two radio button options:
- Raw values
- Display values
What I'd like to achieve:
- Custom export option labels: Instead of having both "Raw values" and "Display values" options, I'd like to:
- Show only the "Display values" option by default
- Be able to customize the text/labels of these export options
- Selective column export: I need the ability to:
- Export only specific columns that are currently visible on screen
- Include columns that exist in the query but are not displayed in the table view
- Custom filename control: Currently, when downloading the CSV, the filename defaults to the query name used in the application. I'd like to be able to set a custom filename for the downloaded file, independent from the internal query name.
Any guidance, or documentation references would be greatly appreciated!
Thanks in advance for your help.
Hi Alexandre,
Unfortunately, to my knowledge, none of the three options you mentioned are possible at this moment. If you would really like to see these implemented, I suggest creating feature requests on Dojo.
Kind regards,
Robin