Replies: 2 comments
|
Will check, but I think it can be optional. |
0 replies
|
Yes— The current implementation renders Therefore, with a current <Pagination
page={page}
pageCount={pager.pageCount}
pageSize={pager.pageSize}
total={pager.total}
onPageChange={onPageChange}
hidePageSizeSelect
/>No |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using the
Paginationwidget with thehidePageSizeSelect, but I'm getting a warning aboutonPageSizeChangebeing required.Currently to silence the warning I'm doing this:
Should
onPageSizeChangenot be a required prop?All reactions