mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 20:40:17 +00:00
Fix: usePagination now supplies both pageIndex and pageSize
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
BIN
Binary file not shown.
@@ -124,6 +124,8 @@ export const usePagination = props => {
|
||||
gotoPage,
|
||||
previousPage,
|
||||
nextPage,
|
||||
setPageSize
|
||||
setPageSize,
|
||||
pageIndex,
|
||||
pageSize
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user