diff --git a/app/components/data-table.tsx b/app/components/data-table.tsx index 5908356..f454e74 100644 --- a/app/components/data-table.tsx +++ b/app/components/data-table.tsx @@ -91,6 +91,7 @@ export function DataTable({ fuzzy: fuzzyFilter, }, state: { sorting, globalFilter: filter }, + autoResetPageIndex: false, }); return (