Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export table with pagination #129

Open
carlosbelchior opened this issue May 28, 2021 · 2 comments
Open

Export table with pagination #129

carlosbelchior opened this issue May 28, 2021 · 2 comments

Comments

@carlosbelchior
Copy link

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
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants