Page 1 of 1

Cant hide a list that has a filter

Posted: Tue Mar 26, 2019 12:32 pm
by Deon

Hi
If you try to hide a list that has a data filter, the list is hidden but not the filter itself.
Please can you let me know what needs to to be done to resolve this.
Thanks you


Cant hide a list that has a filter

Posted: Tue Mar 26, 2019 12:48 pm
by Serhii Kulibaba

Hello Deon,

Please hide the component with the class "ui-filterable" as well:
pre$(".ui-filterable").hide();/pre
Or just place the list component to the wrapper component (HTML component with a type=div)