We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
suppressMakeColumnVisibleAfterUnGroup
1 parent f92fc64 commit 5b023acCopy full SHA for 5b023ac
client-app/src/examples/todo/TodoPanel.ts
@@ -18,7 +18,14 @@ export const todoPanel = hoistCmp.factory({
18
ref: model.panelRef,
19
mask: 'onLoad',
20
tbar: tbar(),
21
- items: [grid({agOptions: {suppressMakeColumnVisibleAfterUnGroup: true}}), taskDialog()],
+ items: [
22
+ grid({
23
+ agOptions: {
24
+ suppressGroupChangesColumnVisibility: 'suppressShowOnUngroup'
25
+ }
26
+ }),
27
+ taskDialog()
28
+ ],
29
bbar: bbar()
30
});
31
}
0 commit comments