Answers for ""material-table" - How to add more rows per page and fix rendering - ReactJs"

1

"material-table" - How to add more rows per page and fix rendering - ReactJs

<MaterialTable
      title=""
      columns={myColumns}
      data={myData}      
      options={{
        paging:true,
        pageSize:6,       // make initial page size
        emptyRowsWhenPaging: false,   // To avoid of having empty rows
        pageSizeOptions:[6,12,20,50],    // rows selection options
      }}
    />
Posted by: Guest on May-04-2022

Code answers related to ""material-table" - How to add more rows per page and fix rendering - ReactJs"

Code answers related to "Javascript"

Browse Popular Code Answers by Language