update variable on columns table manage user

- sync with response
- fix sorting
This commit is contained in:
Wikzyy
2025-04-16 10:13:24 +07:00
parent 538ae3d090
commit ac5969c3b8
2 changed files with 7 additions and 7 deletions

View File

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