process page added

This commit was merged in pull request #38.
This commit is contained in:
victorAnumudu
2024-07-12 10:22:05 +01:00
parent fc214b4bad
commit 4ac97537cd
5 changed files with 177 additions and 67 deletions
@@ -58,7 +58,7 @@ const usersColumns: ReadonlyArray<Column<User>> = [
<UserCustomHeader tableProps={props} title='Actions' className='text-end min-w-100px' />
),
id: 'actions',
Cell: ({...props}) => <UserActionsCell id={props.data[props.row.index].uid} />,
Cell: ({...props}) => <UserActionsCell id={props.data[props.row.index].uid} data={props.data} />,
},
]