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

Enhance server-side pagination with total page display and user input in table component #9623

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

Comments

@GrowwithNaveen
Copy link
Collaborator

GrowwithNaveen commented May 7, 2024

Description:
This feature will enhance the server-side pagination for the table component. It will include:

  1. Displaying the total number of pages available in the table.
  • Introduce a new CSA
  1. Allowing users to input a desired page number for navigation.
  • setPage CSA use when page change event is triggered
    This functionality can mirror the existing client-side pagination experience.

Solution to be finalized.

@GrowwithNaveen
Copy link
Collaborator Author

Solution brainstorming:
Add a new event for "Get table data" & query for the number of data in the page for solution.

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

No branches or pull requests

1 participant