mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix :: automatic state reset for hiding columns on data change restricted (#4429)
This commit is contained in:
parent
fe0858fa49
commit
ceed17a0a7
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ export function Table({
|
|||
{
|
||||
autoResetPage: false,
|
||||
autoResetGlobalFilter: false,
|
||||
autoResetHiddenColumns: false,
|
||||
autoResetFilters: false,
|
||||
manualGlobalFilter: serverSideSearch,
|
||||
manualFilters: serverSideFilter,
|
||||
|
|
|
|||
Loading…
Reference in a new issue