Hi Oli,
1) Can you please let me know when the feature of downloading the formatted data in the table to CSV will be available ? Currently "download to csv" downloading raw csv data.
2) How can i disable the real time header bar filtering ? Instead i want to have a button "apply filter" in header bar so that user can click on it after all various filters on different columns in header bar.
THanks,
Hey @git265
Im afraid i don't understand what you are after for fomatted CSV, CSV files can only contain raw data, they cant contain HTML of styling of any kind.
You can create a Custom File Formatter to add additional functionality to the download system.
Im afraid you cant disable the real time header filtering, that is how they are supposed to behave. If you would like more specific control i would suggest adding some input elements above the table and calling the setFilter function when you click your "apply filter" button.
I hope that helps,
Cheers
Oli :)
Hey @git265
I Just clocked what you meant by formatters for the download, i will add a downloadFormatter property to the roadmap for the next release
Cheers
Oli.

Hi Oli,
In the above image i want formatted data of status and createdOn fields. This property would be really useful.
Thanks,
Hey @git265
I will add this to the roadmap :)
In the mean time you could use the downloadDataMutator to change the data before it is loaded into the CSV.
More info on this can be found in the Download Documentation
Cheers
Oli :)
thank you