fix searching and pagination after filtering
This commit is contained in:
@ -16,6 +16,7 @@ const ListToolbar = () => {
|
||||
|
||||
const handleSearch = () => {
|
||||
table.getColumn('name')?.setFilterValue(searchValue);
|
||||
table.setPageIndex(0);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user