EdisonJpp / react-export-table-to-excel

It allows you to export an HTML table just by sending the table reference and the name with which you want the file to be saved. It gives you two options; a hook and a component ... you use whichever one best suits your goal
41 stars 12 forks source link

If the table includes form fields, these aren't exported #9

Open colinramsay opened 1 year ago

colinramsay commented 1 year ago

In our use case, we'd like to see the value of these fields exported.

EdisonJpp commented 1 year ago

can you give more detail about your problem, please?