mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Disable auto-reset in Table when its data is recomputed (#805)
This commit is contained in:
parent
bc193c081f
commit
c17b76e5ea
1 changed files with 1 additions and 0 deletions
|
|
@ -593,6 +593,7 @@ export function Table({
|
|||
exportData
|
||||
} = useTable(
|
||||
{
|
||||
autoResetPage: false,
|
||||
columns,
|
||||
data,
|
||||
defaultColumn,
|
||||
|
|
|
|||
Loading…
Reference in a new issue