Tabulator: Download formatted table data in csv and how to disable the real time filtering

Created on 17 Feb 2018  路  5Comments  路  Source: olifolkerd/tabulator

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,

Enhancement Question - Ask On Stack Overflow

All 5 comments

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.

image
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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mconnelley picture mconnelley  路  3Comments

Honiah picture Honiah  路  3Comments

c3pos-brother picture c3pos-brother  路  3Comments

KES777 picture KES777  路  3Comments

jiaqianliCn picture jiaqianliCn  路  3Comments