Material-table: disable pagination

Created on 30 Jan 2020  路  2Comments  路  Source: mbrn/material-table

currently i use css to hide the footer and set the page size to 20. if the data is more than 20, it will only show the first 20 records.How can i disable pagination, and display full list of records ?

Most helpful comment

Have you tried passing in the prop options

<MaterialTable options={ {paging: false} } />

All 2 comments

Have you tried passing in the prop options

<MaterialTable options={ {paging: false} } />

it works.
Thanks

Was this page helpful?
0 / 5 - 0 ratings