From a7732f5a3107629ba045247308d8283565c79b9c Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Wed, 12 Nov 2025 18:25:50 +0100 Subject: [PATCH] fix(app): prevent pagination reset on data changes --- flowsint-app/src/components/graphs/import-preview.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/flowsint-app/src/components/graphs/import-preview.tsx b/flowsint-app/src/components/graphs/import-preview.tsx index 314b4790..744ac899 100644 --- a/flowsint-app/src/components/graphs/import-preview.tsx +++ b/flowsint-app/src/components/graphs/import-preview.tsx @@ -348,6 +348,7 @@ export function ImportPreview({ columns, getCoreRowModel: getCoreRowModel(), getPaginationRowModel: getPaginationRowModel(), + autoResetPageIndex: false, // Prevent pagination reset on data changes initialState: { pagination: { pageSize: 20,