Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Add paging controls to the DataTable UI component #48

Open
jdbranham opened this issue Jan 29, 2021 · 1 comment
Open

Add paging controls to the DataTable UI component #48

jdbranham opened this issue Jan 29, 2021 · 1 comment
Labels

Comments

@jdbranham
Copy link
Contributor

jdbranham commented Jan 29, 2021

This issue is eligible for a bounty. If you're interested, let's discuss an appropriate amount!

Built-in standardized paging/sorting controls can be provided by the DataTable component as a cross-cutting solution for managing data entries.

https://5f96ec613d800900227e3b76-ufvtmqgsog.chromatic.com/?path=/story/tables-datatable--simple-data-table

The control is already built with support for Spring Data's REST repository style paging query parameters.
If the backing repository only supports CRUD, we should be able to toggle-off pagination.

@jdbranham
Copy link
Contributor Author

In the interim, the default page size can be set high on the server.

@jdbranham jdbranham added the React React development label Apr 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant