francoisa
10/12/2022, 8:56 AMJayesh Choudhary
10/12/2022, 10:14 AMJayesh Choudhary
10/12/2022, 10:25 AMpinot/pinot-controller/src/main/resources/app/components/Table.tsx
and change the code in line 276
- const [rowsPerPage, setRowsPerPage] = React.useState(defaultRowsPerPage || 10);
+ const [rowsPerPage, setRowsPerPage] = React.useState(defaultRowsPerPage || 25);
This will change the defaultRowsPerPage to 25Jayesh Choudhary
10/12/2022, 10:28 AMfrancoisa
10/12/2022, 12:49 PM