mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-16 23:10:17 +00:00
Add pageCount to instance via usePagination hook
This commit is contained in:
@@ -125,6 +125,7 @@ export const usePagination = props => {
|
||||
...props,
|
||||
pages,
|
||||
pageOptions,
|
||||
pageCount,
|
||||
page,
|
||||
canPreviousPage,
|
||||
canNextPage,
|
||||
|
||||
Reference in New Issue
Block a user