Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.1.1
-
Component/s: MOBI-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk # 40331
Server: Tomcat7/ WildFly 8.0
Browser: Safari
Device: iPhone 4S/ iOS6 or 7;
google Nexus X /OS version 4.1.1.
-
Assignee Priority:P2
Description
showcase > Mobile Components:
DataView: demo cannot be used very well on cell device if adding more than one column, being unable to scroll to the right side of the header to see if columns have been added or not.
The more columns are being added, the table content is compressed to render on screen, however the headers are not, so that the content becomes misaligned with its corresponding header.
DataView: demo cannot be used very well on cell device if adding more than one column, being unable to scroll to the right side of the header to see if columns have been added or not.
The more columns are being added, the table content is compressed to render on screen, however the headers are not, so that the content becomes misaligned with its corresponding header.
Use 'table' display mode for the 'div' containing dataView's header and body tables thus ensuring that the width of the container will expand as wide as needed by the inner tables.