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

[feat]: Export all table data instead of just the data appearing on the current page #464

Open
2 tasks done
laohanme opened this issue Jul 5, 2024 · 2 comments
Open
2 tasks done

Comments

@laohanme
Copy link

laohanme commented Jul 5, 2024

Feature description

Could you please add support for exporting all data to CSV, not just the data on the current page? This feature would be incredibly useful for users who need to generate comprehensive reports from their tables.

Additional Context

Additional details here...

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues and PRs
@noxify
Copy link
Contributor

noxify commented Jul 5, 2024

We had this question already: #200 (comment)

And here how to solve it: #200 (comment)

Does this help?

@sadmann7
Copy link
Owner

sadmann7 commented Jul 5, 2024

as the comment mentioned, background tasks might be the way to go, you can also try to chuck and stream it (for like 1000 rows is page 1)

i will try to put something together in the weekend

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