☝️Small business or a startup? See if you qualify for our special offer.
+

Disable individual filters

Answered
Nikita asked 3 days ago

Hi,

I am able to disable all filters with the showFilters option set to false but I want to disable/enable them for individual fields. I tried supplying filters.members = false for individual measures but it is not working. What else could I try?

2 answers

Public
Nikita 3 days ago

I have also tried this and its not working, but in the mapping I don't include all of the columns on which we need to disable filters: https://www.flexmonster.com/question/how-to-disable-the-filter-option-for-particular-column-in-flat-table/?hilite=%22disable%22%2C%22filters%22

 

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster 2 hours ago

Hello,

Thank you for reaching out to us.

If you want to disable filters for specific fields, you need to explicitly define filters: false for each of those fields in the mapping. Since filters won’t be disabled by default, you have to specify this property for every column where the filter should be hidden. You are welcome to refer to the following example: https://jsfiddle.net/flexmonster/1bmr5ft6/.

Please let us know if other questions arise.

Best regards,
Nadia

Please login or Register to Submit Answer