Skip to content

Commit

Permalink
Merge branch 'feat/user-view-prefs' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jul 31, 2024
2 parents 2284dfc + 2da6076 commit 9fcabd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InfiniteTable/InfiniteTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const InfiniteTableComp = forwardRef<InfiniteTableRef, InfiniteTableProps>(
columnChangeListenerReady.current = true;
return;
}
gridRef.current?.api.applyColumnState({ state });
onColumnsChangedProps?.(state);
}, DEBOUNCE_TIME),
[onColumnsChangedProps],
Expand Down

0 comments on commit 9fcabd3

Please sign in to comment.