institut-de-genomique / Ultimate-DataTable

This AngularJS directive generate a HTML table with build-in fonctionnality like save, edit, remove, pagination etc...
http://institut-de-genomique.github.io/Ultimate-DataTable/
45 stars 26 forks source link

CsvExport - Exclude some columns #44

Closed gabriele86 closed 6 years ago

gabriele86 commented 6 years ago

Is there a way to exclude some columns from csv export?

And regarding numeric columns is it possible showing the values formatted according to the user language for example using comma as decimal separator ?

galbini commented 6 years ago

To exclude some columns you need hide columns, see hide configuration.

The formatting is delegate to the number angular directive so i hope that it taked account the navigator language.