This commit is contained in:
rgrgogu
2026-05-07 12:36:55 +08:00
parent 95f838376e
commit e23d9b9ec2
8 changed files with 188 additions and 54 deletions
@@ -54,6 +54,7 @@ export default function DataTable({
onRefsReady?.({
getFilters: () => filtersRef.current,
getSort: () => sortRef.current,
resetSelection: () => table.resetRowSelection(), // ← expose this
});
onFetch({ page: 1, limit: pagination.limit, filters: [], sort: [] });