ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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/
-
It's crules
crules: [
{
condition: "range",
value: ["Project1", "Project3"],
},
],
https://jsfiddle.net/hp79mu2j/
-
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).
-
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.
-
Tabs can be chosen with help of menuUI.tabs option.
menuUI: {
tabs: ["filter"],
},
https://jsfiddle.net/356Lpcx4/2/
Tab color depends upon the theme, please use theme of your choice.