Skip to content

Commit

Permalink
fix: update typescript docs
Browse files Browse the repository at this point in the history
Co-authored-by: jasmyneokudo <38866525+jasmyneokudo@users.noreply.github.com>
  • Loading branch information
gitstart and jasmyneokudo committed Feb 19, 2024
1 parent 3b7f83d commit 106eab7
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@ export default function CustomPaginationActionsTable() {
count={rows.length}
rowsPerPage={rowsPerPage}
page={page}
SelectProps={{
inputProps: {
'aria-label': 'rows per page',
slotProps={{
select: {
inputProps: {
'aria-label': 'rows per page',
},
native: true,
},
native: true,
}}
onPageChange={handleChangePage}
onRowsPerPageChange={handleChangeRowsPerPage}
Expand Down

0 comments on commit 106eab7

Please sign in to comment.