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