Rows per page standarized
This commit is contained in:
@@ -263,6 +263,8 @@ export default function ProjectsPage() {
|
||||
options={{
|
||||
search: false,
|
||||
paging: true,
|
||||
pageSize: 10,
|
||||
pageSizeOptions: [10, 20, 50],
|
||||
sorting: true,
|
||||
rowStyle: (rowData) => ({
|
||||
backgroundColor:
|
||||
|
||||
Reference in New Issue
Block a user