ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: sbilleau on April 30, 2019, 03:19:39 pm

Title: Disable menuIcon of menuFilter for one column
Post by: sbilleau on April 30, 2019, 03:19:39 pm
Hi,

How can i disable/remove menuIcon from the menuFilter of a specific column ? (look at the attachement)

Thanks
Title: Re: Disable menuIcon of menuFilter for one column
Post by: paramvir on April 30, 2019, 06:22:44 pm
Your attachment is missing.

From your description, set menuIcon: false for the column

https://paramquery.com/pro/api#option-column-menuIcon
Title: Re: Disable menuIcon of menuFilter for one column
Post by: sbilleau on April 30, 2019, 07:11:02 pm
I can't upload my image..
There is always an error while the size is 14Ko...

To explain in writing, I have disabled the filter in the header of my column.
On the other hand, in the slot provided for the filter display (menuFilter), I can't desactivate the icon only for this column .. (This is a checkbox column where I don't want to filter on it)
Title: Re: Disable menuIcon of menuFilter for one column
Post by: paramvir on April 30, 2019, 09:01:12 pm
Have you tried menuIcon: false.

Please retry to upload the image, error is fixed now.
Title: Re: Disable menuIcon of menuFilter for one column
Post by: sbilleau on May 02, 2019, 05:05:45 pm
Hi,

Look at the attachement.
menuIcon : false just hide icon in the column header.
Title: Re: Disable menuIcon of menuFilter for one column
Post by: paramvir on May 02, 2019, 08:44:28 pm
Please set column.filter.menuIcon to false.

https://paramquery.com/pro/api#option-column-filter
Title: Re: Disable menuIcon of menuFilter for one column
Post by: sbilleau on May 03, 2019, 02:52:44 pm
Perfect ! :)

Thanks