fixing update customer manage user & sorting

This commit is contained in:
Raja Oktafrianto
2025-04-14 11:57:29 +07:00
parent f23943b53c
commit 5a1a51bf5d
3 changed files with 32 additions and 27 deletions

View File

@ -15,7 +15,7 @@ const ListToolBar = () => {
<KeenIcon icon="magnifier" />
<input
type="text"
placeholder="Search users"
placeholder="Search Users"
value={(table.getColumn('username')?.getFilterValue() as string) ?? ''}
onChange={(event) =>
table.getColumn('username')?.setFilterValue(event.target.value)