Replies: 2 comments
-
|
Will check, but I think it can be optional. |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
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?Beta Was this translation helpful? Give feedback.
All reactions