mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-19 23:50:14 -05:00
Merge pull request #48 from reconurge/fix/import-drawer
fix(app): prevent pagination reset on data changes
This commit is contained in:
@@ -348,6 +348,7 @@ export function ImportPreview({
|
||||
columns,
|
||||
getCoreRowModel: getCoreRowModel(),
|
||||
getPaginationRowModel: getPaginationRowModel(),
|
||||
autoResetPageIndex: false, // Prevent pagination reset on data changes
|
||||
initialState: {
|
||||
pagination: {
|
||||
pageSize: 20,
|
||||
|
||||
Reference in New Issue
Block a user