how to hide gridcells
Posted: Fri Apr 24, 2015 3:12 pm
Hello,
How to hide gridcells?
please help
thanks
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/
Hello,
How to hide gridcells?
please help
thanks
Hello,
You can hide/show gridcell with name "mobilegridcellName" via JS:
$("[name=mobilegridcellName]").hide();
$("[name=mobilegridcellName]").show();