Author Topic: Column Filtering works but all values still checked in filter  (Read 125 times)

mikep

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 163
    • View Profile
Column Filtering works but all values still checked in filter
« 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/

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: Column Filtering works but all values still checked in filter
« Reply #1 on: October 23, 2024, 06:00:58 pm »
It's crules

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

https://jsfiddle.net/hp79mu2j/

mikep

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 163
    • View Profile
Re: Column Filtering works but all values still checked in filter
« Reply #2 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).


mikep

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 163
    • View Profile
Re: Column Filtering works but all values still checked in filter
« Reply #3 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: Column Filtering works but all values still checked in filter
« Reply #4 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.