Author Topic: Disable menuIcon of menuFilter for one column  (Read 4315 times)

sbilleau

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 12
    • View Profile
Disable menuIcon of menuFilter for one column
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Disable menuIcon of menuFilter for one column
« Reply #1 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

sbilleau

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Disable menuIcon of menuFilter for one column
« Reply #2 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)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Disable menuIcon of menuFilter for one column
« Reply #3 on: April 30, 2019, 09:01:12 pm »
Have you tried menuIcon: false.

Please retry to upload the image, error is fixed now.

sbilleau

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Disable menuIcon of menuFilter for one column
« Reply #4 on: May 02, 2019, 05:05:45 pm »
Hi,

Look at the attachement.
menuIcon : false just hide icon in the column header.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Disable menuIcon of menuFilter for one column
« Reply #5 on: May 02, 2019, 08:44:28 pm »
Please set column.filter.menuIcon to false.

https://paramquery.com/pro/api#option-column-filter
« Last Edit: May 03, 2019, 07:58:58 am by paramquery »

sbilleau

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Disable menuIcon of menuFilter for one column
« Reply #6 on: May 03, 2019, 02:52:44 pm »
Perfect ! :)

Thanks