jquery-table2excel icon indicating copy to clipboard operation
jquery-table2excel copied to clipboard

Export table with pagination

Open carlosbelchior opened this issue 3 years ago • 2 comments

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?

carlosbelchior avatar May 28 '21 18:05 carlosbelchior

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?

rainabba avatar May 30 '21 00:05 rainabba

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

RamanChola avatar Nov 16 '21 19:11 RamanChola