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,
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