securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 199 forks source link

Columns Key #63

Closed arif25169 closed 6 years ago

arif25169 commented 6 years ago

Is there any way to use the column key and title like this {title: "Name", dataKey: "name"}, for multidataset.

securedeveloper commented 6 years ago

@arif25169 with simple excel export you can define label and value keys for the columns, However with big data set it is not possible yet. But I'll include it to my next plan notes and will include in in next release.