|
|
@@ -93,6 +93,9 @@ export function FiDataGrid({ rows, columns, sx, autoHeight, |
|
|
|
if (customPageSize) { |
|
|
|
setPageSize(customPageSize); |
|
|
|
} |
|
|
|
if (_doLoad !== undefined && Object.keys(_doLoad).length==0 ){ |
|
|
|
setLoading(false) |
|
|
|
} |
|
|
|
}, [sx, hideFooterSelectedRowCount, rowModesModel, rows, columns, pageSizeOptions, autoHeight, editMode, filterItems, customPageSize]); |
|
|
|
|
|
|
|
const handleChangePage = (event, newPage) => { |
|
|
|