Skip to content

Commit

Permalink
fix(docs): Added missing closing double quote (refinedev#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzhn committed Mar 17, 2024
1 parent 46f77fd commit fedb191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/blog/2023-10-31-react-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export const CategoryList = () => {
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/blog/2023-10-31-react-table/react-table-with-pagination.png" alt="react slick" />
</div>

After adding the changes above, you can now navigate to any page of the data. By default, pagination is handled on the server side. If you want pagination to be handled on the client side, set the value of the `pagination.mode` property to `"client` like so:
After adding the changes above, you can now navigate to any page of the data. By default, pagination is handled on the server side. If you want pagination to be handled on the client side, set the value of the `pagination.mode` property to `"client"` like so:

```tsx
useTable({
Expand Down

0 comments on commit fedb191

Please sign in to comment.