-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[TablePagination] Allow more rows per pages #13524
[TablePagination] Allow more rows per pages #13524
Conversation
dc9431b
to
27bf03c
Compare
@fzaninotto Any comment here? From my experience using react-admin, I often end-up adding |
A higher maximum of rows per page, such as I'm not convinced that Also, I just can't understand why The problem I see is when Maybe a better default could be not to display the Rows per page control? A default Would those be more sensible defaults? |
This won't be a breaking change for react-admin, as the I'm +1 for that change! |
27bf03c
to
a8798df
Compare
Thanks for the feedback guys, I'm going with |
a8798df
to
8d0d13e
Compare
8d0d13e
to
4952c38
Compare
Good! Let's try it. |
@oliviertassinari Hi! I think the move of Indeed, this import in react-admin has to be changed to the following for a migration to
I don’t know whether that problem can appear in other codebases, however it may be prudent to include it in the changelog for |
@phacks Salut Nicolas, ça fait longtemps, the component is considered private, it's not documented: |
The import ``` import TablePaginationActions from '@material-ui/core/TablePaginationActions'; ``` does not work anymore in material-ui’s more recent versions, as per mui/material-ui#13524. This commit makes transitioning from `[email protected]` to `3.5.1` easier.
The import ``` import TablePaginationActions from '@material-ui/core/TablePaginationActions'; ``` does not work anymore in material-ui’s more recent versions, as per mui/material-ui#13524. This commit makes transitioning from `[email protected]` to `3.5.1` easier.
@oliviertassinari Hello Olivier ! En effet, et bravo pour tout ce que tu as fait sur J'ai poussé une PR sur React Admin pour enlever la dépendance à |
The import ``` import TablePaginationActions from '@material-ui/core/TablePaginationActions'; ``` does not work anymore in material-ui’s more recent versions, as per mui/material-ui#13524. This commit makes transitioning from `[email protected]` to `3.5.1` easier.
I'm not sure to what extent this change is breaking. Google is allowing a lot of rows. I think that 50 isn't too much to ask for.
Google Search Console