Skip to content

Commit 9422d2b

Browse files
authored
Fix manual pagination link (#1130)
1 parent ed1b521 commit 9422d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/material-react-table-docs/pages/docs/guides/pagination.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Client-side pagination is enabled by default in Material React Table. There are
4444

4545
If you simply want to disable pagination, you can set the `enablePagination` table option to `false`. This will both hide the pagination controls and disable the pagination functionality.
4646

47-
If you only want to disable the pagination logic, but still want to show and use the pagination controls, take a look down below at the [Manual Pagination](##manual-or-server-side-pagination) docs.
47+
If you only want to disable the pagination logic, but still want to show and use the pagination controls, take a look down below at the [Manual Pagination](#manual-or-server-side-pagination) docs.
4848

4949
```jsx
5050
const table = useMaterialReactTable({

0 commit comments

Comments
 (0)