update variable on columns table manage user
- sync with response - fix sorting
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user