ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: mikep on October 23, 2024, 04:09:51 pm

Title: Column Filtering works but all values still checked in filter
Post by: mikep on October 23, 2024, 04:09:51 pm
How can I update the filter so that only the values that are filtered are checked?

Why is Project2 checked?
https://jsfiddle.net/dwzyem3q/
Title: Re: Column Filtering works but all values still checked in filter
Post by: paramvir on October 23, 2024, 06:00:58 pm
It's crules

Code: [Select]
crules: [
          {
            condition: "range",
            value: ["Project1", "Project3"],
          },
        ],

https://jsfiddle.net/hp79mu2j/
Title: Re: Column Filtering works but all values still checked in filter
Post by: mikep on November 08, 2024, 08:14:24 pm
Thanks.
-Can you update https://jsfiddle.net/hp79mu2j/ so that the "Fields Selected" tab in the column header filter is hidden. We only want to show the filter tab.
-Is there a way to change the tab color? It seems like the wrong tab is white (see image).

Title: Re: Column Filtering works but all values still checked in filter
Post by: mikep on November 13, 2024, 03:48:40 am
Hello, are you able to update the JS Fiddle below (https://jsfiddle.net/hp79mu2j/) ?
Also including another picture of how the tab color seems opposite.
Title: Re: Column Filtering works but all values still checked in filter
Post by: paramvir on November 13, 2024, 11:54:57 am
Tabs can be chosen with help of menuUI.tabs option.

Code: [Select]
menuUI: {
      tabs: ["filter"],
},

https://jsfiddle.net/356Lpcx4/2/

Tab color depends upon the theme, please use theme of your choice.