mirror of
https://github.com/gosticks/react-table.git
synced 2026-06-28 17:10:01 +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