jquery-table2excel
jquery-table2excel copied to clipboard
Export table with pagination
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?
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?
Hi, I am facing the same issue. @carlosbelchior did you find any fix?