Skip to content

pageSize props is being ignored on v5 onwards #577

@Elabar

Description

@Elabar

How to change the initial pageSize?
We used to do this in mbrn/material-table

<MaterialTable 
   // ...
   options={{
      pageSize: 10,
      pageSizeOptions: [10, 50, 100, 200]
   }}
/>

But it doesn't work now

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions