Jump to content

How do you remove the "All" and "None" radio button options


Joseph Poyma

Recommended Posts

  • 10 months later...
  • 3 months later...
  • 2 months later...
  • 6 months later...

Hi,

I found fix for this. Basically it is by finding the class for individual list items in DOM and setting CSS display property to "none". I.e. following line of code should work for you.

.ColumnFilter .sf-element-filter-item:first-of-type ,.ColumnFilter .sf-element-filter-item:last-of-type { display:none;}

Link to comment
Share on other sites

  • 2 years later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...