Page 1 of 1

Implement Column Toggle in Appary

Posted: Tue Feb 04, 2014 3:50 pm
by David Miller

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?


Implement Column Toggle in Appary

Posted: Tue Feb 04, 2014 6:04 pm
by Maryna Brodina

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