This commit is contained in:
rgrgogu
2026-05-12 12:47:13 +08:00
parent 1d94f27e61
commit 6e98ff0b5d
16 changed files with 211 additions and 20 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ export default function DataTable({
getFilters: () => filtersRef.current,
getSort: () => sortRef.current,
resetSelection: () => table.resetRowSelection(),
setFilters, // ← new
setFilters,
tableInstance: table,
});
onFetch({ page: 1, limit: pagination.limit, filters: [], sort: [] });