David Miller
Posts: 0
Joined: Tue Feb 04, 2014 3:50 pm

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Implement Column Toggle 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

Return to “Issues”