I have problems with the content width inside a collapsible list in jQuery mobile. I am not able to scale a table to 100% of the collapsible-inner-content element..
You can see a example here: http://jsfiddle.net/2nmeh/1/
I tried to update the collapsible-set with
$('#pegel_einzelansicht').collapsibleset( 'refresh' );
without any impact to the table width. Any idea how to manipulate and what to manipulate in css or js?
I know that there are answers present that use some css manipulation like display: table;
, but this destroys the reflow effect (jumping columns) in Safari and other mobile browsers.