how set pageSize default in v8? #5371
Unanswered
ashkankiani
asked this question in
Q&A
Replies: 1 comment
-
@ashkankiani You can define the const table = useReactTable({
data,
columns,
initialState: {
pagination: {
pageSize: 4,
},
},
} Take a look at this codesandbox example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can we determine the default number of rows to display? In version 7, we could set initial. But version 8 is not clear.
Beta Was this translation helpful? Give feedback.
All reactions