update total pagination for first load to 10 for all datatable

This commit is contained in:
wayanrivan
2025-04-25 10:31:35 +07:00
parent 338894689d
commit 683109a271
7 changed files with 7 additions and 7 deletions

View File

@ -235,7 +235,7 @@ const ManageGroups = () => {
<DataGridProvider
data={dataGroup}
columns={getColumns(handleUpdate)}
pagination={{ size: 25 }}
pagination={{ size: 10 }}
toolbar={
<ListToolBar
createGroup={createGroup}