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
When paging through results and waiting on the API to return the next set of results, we like to disable the pagination controls. It's possible to do this for the page size dropdown, previous page button, and last page button like so:
MBilalShafi
changed the title
Ability to show, but disable, the first/last page buttons
[TablePagination] Ability to show, but disable, the first/last page buttons
Oct 7, 2023
Since the grid uses the TablePagination component from the core for this part of the application, I think allowing this enhancement there is better.
I'll transfer the issue there for the team to have a look.
DiegoAndai
changed the title
[TablePagination] Ability to show, but disable, the first/last page buttons
[material-ui][TablePagination] Ability to show, but disable, the first/last page buttons
Oct 10, 2023
Summary 💡
When paging through results and waiting on the API to return the next set of results, we like to disable the pagination controls. It's possible to do this for the page size dropdown, previous page button, and last page button like so:
However, it doesn't seem to be possible to also disable the first/last buttons.
Examples 🌈
Maybe we could add props for the first/last buttons?
Or even better...make it possible to entirely disable the pagination controls? (doesn't currently work)
Motivation 🔦
When the user is paging through data, it should be possible to disable the pagination controls while data is loading.
Search keywords: datagrid first last page disable
Order ID: 70139
The text was updated successfully, but these errors were encountered: