hasankzl / react-flexy-table

most easy to use react table
21 stars 9 forks source link

Button Export to Excel doesnt work! #16

Open EdgardS opened 3 years ago

EdgardS commented 3 years ago

I installed the package on my project and i try to use that functionality but, when i define the property showExcelButton it doesnt work! the button dont show in the table!

hasankzl commented 3 years ago

Hi EdgardS,

I test functionality in different project and seems like working. <ReactFlexyTable data={data} showExcelButton />

Try to use latest version of react-flexy-table. If this is not solve your problem please share your code, maybe we can find a way to fix it.

EdgardS commented 3 years ago

Thanks @hasankzl , i just update the package. how can i download table to format xls? cause actually when i press download to Excel, the format is CSV.

I love this package its so util.