Display 25 results in table by default
This commit is contained in:
parent
b3aebebe88
commit
3a013511aa
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ TablePaginationActions.propTypes = {
|
|||
|
||||
export default function PlantResultsTable(props) {
|
||||
const [page, setPage] = React.useState(0);
|
||||
const [rowsPerPage, setRowsPerPage] = React.useState(5);
|
||||
const [rowsPerPage, setRowsPerPage] = React.useState(25);
|
||||
|
||||
// Avoid a layout jump when reaching the last page with empty rows.
|
||||
const emptyRows =
|
||||
|
|
Loading…
Reference in a new issue