pagination and member
This commit is contained in:
@ -43,7 +43,7 @@ const ListToolbar = ({ createMember, onReload, isReloading, groups }: ListToolba
|
||||
|
||||
const handleSearch = (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
e.preventDefault()
|
||||
// setSearchValue(e.target.value)
|
||||
table.resetPageIndex()
|
||||
if (typeSearchValue === 'username') {
|
||||
table.getColumn('username')?.setFilterValue(searchValue);
|
||||
table.getColumn('msisdn')?.setFilterValue('');
|
||||
|
||||
Reference in New Issue
Block a user