Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Cant hide a list that has a filter

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Cant hide a list that has a filter

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)

Return to “Issues”