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

Implement Download all functionality for server-side paginated data in table component #9624

Open
GrowwithNaveen opened this issue May 7, 2024 · 1 comment
Labels

Comments

@GrowwithNaveen
Copy link
Collaborator

Description:
This feature will allow users to download all available data from the server, regardless of the current page displayed in the table component. Currently, server-side pagination limits the records returned to the user's view. This functionality will bypass this limitation and provide a complete dataset for download.

Design to be finalized.

@GrowwithNaveen
Copy link
Collaborator Author

Solution brainstorming:
Add a new event for "Get table data" and with this solve this problem.

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

No branches or pull requests

1 participant