ClearC2 / react-excel-workbook

MIT License
109 stars 32 forks source link

Assign data dynamically. #7

Open logysis opened 7 years ago

logysis commented 7 years ago

Hi

How can I assign data when the icon is clicked instead of populate it in JSX?

thanx

GitHubJiKe commented 7 years ago

you can use setState() function,,,

mdshoeb01 commented 5 years ago

onClick on element, i need to do some fetch and get the data from server, after that i want it to download. any suggestions??? or any other libraries?