Page 1 of 1

Hide Listview Filter

Posted: Tue Jul 09, 2013 12:28 pm
by Joe Bohen

Hi,

How would I hide the list view data filter. I am setting the data filter in the designer but when I hide the list the filter remains visible.

Regards,
Joe


Hide Listview Filter

Posted: Tue Jul 09, 2013 3:41 pm
by Maryna Brodina

Hi, we're working on it. I'll update.


Hide Listview Filter

Posted: Tue Jul 09, 2013 3:43 pm
by Maryna Brodina

If you use codeAppery("mobilelistName").hide();/code to hide list then you would need to add codeAppery("mobilelistName").prev("form").hide();/code to hide filter.


Hide Listview Filter

Posted: Tue Jul 09, 2013 3:57 pm
by Joe Bohen

Hi Marina, Thanks for your help. - Joe