Hide Listview Filter
Posted: Tue Jul 09, 2013 12:28 pm
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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
Hi, we're working on it. I'll update.
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.
Hi Marina, Thanks for your help. - Joe