securedeveloper / react-data-export

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

how can i set auto-width on column? #152

Open kimuhjin opened 3 years ago

kimuhjin commented 3 years ago

My reason:

Steps to reproduce:

Lib Version:

i want to set column width by string length of data. i tried wrapText:true option, but it's not working is it only way to set column width by manually? my column length is unpredictable, how can i set column width automatically?