Implement Column Toggle in Appary
I want to implement the JQM (v1.3.2) Column Toggle functionality. This isn't available in the standard components list. Does anyone know how I go about implementing this in Appary?
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/
I want to implement the JQM (v1.3.2) Column Toggle functionality. This isn't available in the standard components list. Does anyone know how I go about implementing this in Appary?
Hello! In Appery.io (with Libraries version 1.2) 1.3.2 jqm version is set. So you can use this widget. To set necessary table attributes and table header use the following JS on page Load preAppery("mobilegrid_2").attr("data-role", "table")
.attr("data-mode","columntoggle")
.prepend('RankMovie Title')
.table();/pre