ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on December 26, 2018, 03:48:13 pm

Title: Hidden property not working in the Column grouping
Post by: EPM Solutions on December 26, 2018, 03:48:13 pm
Hello Team,

We created a column group and want to hide some columns. But seems hidden property not working for child columns.

We created a plunkar for our issue. Please check and give your valuable feedback.

Plunkar URL: https://next.plnkr.co/edit/Qw3Mnuya2s0b6kLu
Title: Re: Hidden property not working in the Column grouping
Post by: paramvir on December 27, 2018, 09:36:59 am
The visible/hidden state of children columns of a collapsible parent can't be forced or set manually with hidden property.

If parent is a collapsible column, then children columns hidden / visible state is auto managed by grid depending upon configuration options column.collapsible and column.showIfOpen.

If you need to keep a column hidden, then either take it out of a collapsible parent or remove collapsible property from the parent.