ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on January 16, 2019, 03:52:42 pm

Title: Column not showing in hide columns menu
Post by: EPM Solutions on January 16, 2019, 03:52:42 pm
Hello Team,

We added feature which is used to show and hide column in the grid. But seems it is not working with the column grouping.

We are using code like below:
        menuIcon: true,
        menuUI: {
            tabs: ['hideCols']
        },

Please check below Plunker and give your feedback asap.

Plunker URL:
https://next.plnkr.co/edit/mLSARkFBkJ3Qr3H1

Title: Re: Column not showing in hide columns menu
Post by: paramvir on January 16, 2019, 06:22:03 pm
Show/ hide columns feature work only with non-collapsible columns, collapsible columns are not displayed in show / hide menu.

You need to remove collapsible property from Balance Sheet column.
Title: Re: Column not showing in hide columns menu
Post by: gwinterhalter on April 30, 2019, 09:36:53 pm
Hi Support

Can you add this as a feature in next release to allow show/hide columns within collapsed column groups?

THis is a much needed feature. Thanks

Greg