fix searching and pagination after filtering

This commit is contained in:
Wikzyy
2025-04-16 14:07:14 +07:00
parent 1ddda4d478
commit ed4b2f1471
7 changed files with 27 additions and 6 deletions

View File

@ -16,6 +16,7 @@ const ListToolbar = () => {
const handleSearch = () => {
table.getColumn('name')?.setFilterValue(searchValue);
table.setPageIndex(0);
};
return (