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.
- package/README.md +27 -17
- package/dist/material-react-table.cjs.development.js +6 -1
- package/dist/material-react-table.cjs.development.js.map +1 -1
- package/dist/material-react-table.cjs.production.min.js +1 -1
- package/dist/material-react-table.cjs.production.min.js.map +1 -1
- package/dist/material-react-table.esm.js +6 -1
- package/dist/material-react-table.esm.js.map +1 -1
- package/package.json +3 -3
- package/src/toolbar/MRT_TablePagination.tsx +5 -2
|
@@ -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, {
|