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

Feature Request: Adapt the Generic Table to be Usable without Server-Side Pagination and Sorting #102

Open
berntpopp opened this issue Jul 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Owner

Description:
Modify the GenericTable component to support client-side pagination and sorting. This adaptation will allow the table to function seamlessly in applications where server-side pagination and sorting are not implemented.

Requirements:

  1. Implement client-side pagination.
  2. Implement client-side sorting.
  3. Ensure the table's performance remains optimal with large datasets.
  4. Provide configuration options to switch between client-side and server-side functionalities.

Acceptance Criteria:

  • The GenericTable component can paginate and sort data on the client-side.
  • Configuration options are available to toggle between client-side and server-side modes.
  • Performance tests confirm the table handles large datasets efficiently.

Related Issues/PRs:

  • Link to any related issues or pull requests.

Additional Notes:

  • Ensure documentation is updated to reflect these changes.
@berntpopp berntpopp added the enhancement New feature or request label Jul 7, 2024
@berntpopp berntpopp self-assigned this Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant