Is there any way to disable/remove pagination from react material-table. Im using the material-table plugin for react and finding it very difficult to remove the pagination. Any help is much appreciated
I understand turning pagination off, it can be done by "pagination={false}" .
What is rowsPerPageOptions? rowsPerPageOptions: It is the array of integer/object values to display inside rows per page dropdown. It is of array data type, the default value is null. style: It is an inline style of the component. It is of string data type, the default value is null.03-Oct-2021.
you can add paging: false
to your options:
<MaterialTable
//other stuff...
options={{
paging: false
}}
/>
For a list with all props check here: https://material-table.com/#/docs/all-props
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With