mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
* size-snapshot created? * Added docz for documentation site * Modified .gitignore to get rid of .docz internal stuff * Update all doc links to point to proper paths with docz * Removed .docz folder from Git Co-authored-by: Jason Clark <jason.clark@tcnbroadcasting.com>
15 lines
413 B
Markdown
15 lines
413 B
Markdown
---
|
|
name: useTokenPagination
|
|
route: /api/useTokenPagination
|
|
menu: API
|
|
---
|
|
|
|
# `useTokenPagination (Coming Soon)`
|
|
|
|
- Plugin Hook
|
|
- Optional
|
|
|
|
`useTokenPagination` is the hook that **aids in implementing row pagination using tokens**. It is useful for server-side pagination implementations that use **tokens** instead of page index. For more information on pagination, see Pagination
|
|
|
|
> Documentation Coming Soon...
|