un-initialized Button Groups inside of collapsed responsive column (bug??)

un-initialized Button Groups inside of collapsed responsive column (bug??)

philglauphilglau Posts: 3Questions: 2Answers: 0
edited October 2016 in Free community support

I'm using jQuery Mobile ControlGroups to create a set of vertical button options. Each row of the table has a Control Group in a particular column.

The ControlGroups work fine so long as that particular column is not hidden.

Once Responsive collapses the column to a hidden state, the ControlGroup ceases to function and a jQuery error is thrown if using the buttons is attempted. The buttons become completely non-functional. The errors is:

Error: cannot call methods on checkboxradio prior to initialization; attempted to call method 'refresh'

Am I doing something wrong? Any thoughts on how to resolve this? It seems like some part of the responsive hiding of the column causes the ControlGroup to become un-initalized.

On this jsFiddle if you cause the 'Action' or 'Options' column to become hidden by resizing along the horizontal, they become non-operative in the '(+)' expanded row data

Thank you in advance for any help.

This discussion has been closed.