Matthias Wronka created TOBAGO-1593:
---------------------------------------
Summary: Markup for <tc:column> to hide columns on small displays
Key: TOBAGO-1593
URL: https://issues.apache.org/jira/browse/TOBAGO-1593
Project: MyFaces Tobago
Issue Type: New Feature
Affects Versions: 3.0.0-alpha-5
Reporter: Matthias Wronka
On small devices, tables should be limited to the most necessary columns. This
could be achieved by CSS-classes, that hide columns at certain display-sizes.
The definition could look like:
<tc:column hideFrom="medium">
...
</tc:column>
The "hideFrom"-value uses the same steps as the segmentLayout. Whenever the
given responsive-breakpoint is reached, the column should be hidden.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)