fixing managemember

This commit is contained in:
bagusajisaputroo
2025-04-17 16:28:59 +07:00
parent f235ee4832
commit 7644112bfa
3 changed files with 64 additions and 27 deletions

View File

@ -12,6 +12,7 @@ const ListToolbar = () => {
useEffect(() => {
const timer = setTimeout(() => {
table.getColumn('name')?.setFilterValue(searchValue);
table.setPageIndex(0);
}, 200);
return () => clearTimeout(timer);