Small Problem with responsive column toggle table in JQM 1.3.1
Hi,
Reason IMHO is that in the self.update function starting at line 10913 in the 1.3.1 distribution first if (this.checked) is true (because this is the default) then it is set to false as a width below the breakpoint is reached and the cell is thus now hidden. On the next self.update invocation if (this.checked) is now false, so addClass('ui-table-cell-hidden') is executed, making the cells permanently hidden (until user action in the switchboard).
Regards,
Wolfgang
PS Another problem: when a th contains an abbr, according to the documentation the abbr.title should be picked up for the switchboard entries, this does not work for me. Reason that line 10868 in the 1.3.1 distribution simply uses $( this ).text() .