clarketm / TableExport

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
https://tableexport.travismclarke.com/
Apache License 2.0
884 stars 291 forks source link

Tableexport and AngularJS #127

Open viandanteoscuro opened 6 years ago

viandanteoscuro commented 6 years ago

Hello,

when i add dinamically a row, that row isn't added to the exported file.

When i add a row, i call .reset() method of tableexport, but no results...

Anyone have the same issue?

GermanGomez182 commented 5 years ago

I got to the same problem with jquery. Well in fact if you just inspect a row, update one cell, then hit export, that cell got exported with the old value.

Is there a change to force the refresh of the "to_export" table?

Thanks!