How do we define the number of row per page?

4.2k Views Asked by At

How do we define the number of rows per page on the table? like 10, 25, 50 etc, So we can set a number of rows on the same page according to user wish. looking like same like columns we can add pageRowCount={25 or 50 or all }

1

There are 1 best solutions below

0
On BEST ANSWER

it's in the pagination component documentation You can pass it to table Component as a prop pagination={{ pageSize: 50 }}