You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Implement client-side pagination.
Implement client-side sorting.
Ensure the table's performance remains optimal with large datasets.
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.
The text was updated successfully, but these errors were encountered:
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:
Acceptance Criteria:
GenericTable
component can paginate and sort data on the client-side.Related Issues/PRs:
Additional Notes:
The text was updated successfully, but these errors were encountered: