material-react-table 0.7.0-alpha.2 → 0.7.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1463,6 +1463,11 @@ var MRT_TablePagination = function MRT_TablePagination(_ref) {
1463
1463
  SelectProps: {
1464
1464
  sx: {
1465
1465
  m: '0 1rem 0 1ch'
1466
+ },
1467
+ MenuProps: {
1468
+ MenuListProps: {
1469
+ disablePadding: true
1470
+ }
1466
1471
  }
1467
1472
  },
1468
1473
  component: "div",
@@ -1473,7 +1478,7 @@ var MRT_TablePagination = function MRT_TablePagination(_ref) {
1473
1478
  onRowsPerPageChange: handleChangeRowsPerPage,
1474
1479
  page: pageIndex,
1475
1480
  rowsPerPage: pageSize,
1476
- rowsPerPageOptions: [5, 10, 20, 25, 50, 100],
1481
+ rowsPerPageOptions: [5, 10, 15, 20, 25, 30, 50, 100],
1477
1482
  showFirstButton: showFirstLastPageButtons,
1478
1483
  showLastButton: showFirstLastPageButtons
1479
1484
  }, tablePaginationProps, {