rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
592 stars 665 forks source link

Export table with pagination #129

Open carlosbelchior opened 3 years ago

carlosbelchior commented 3 years ago

I am exporting a table with several pages, but it exports only the page 1 that is visible, the others do not export together, how can I proceed?

rainabba commented 3 years ago

The plugin processes what is there. There's no reason it would skip rows unless you've excluded them (with your selector perhaps?). If your table uses lazy-loading (entire table isn't populated until a user interaction) and you use the plugin, you'd only get the visible rows. Possible that's what's happening?

RamanChola commented 2 years ago

Hi, I am facing the same issue. @carlosbelchior did you find any fix?