[
https://issues.apache.org/jira/browse/TOBAGO-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17610517#comment-17610517
]
Udo Schnurpfeil commented on TOBAGO-1593:
-----------------------------------------
It's possible with the bootstrap classes. I've implemented an example in the
demo:
https://tobago-demo.apache.org/demo-5-snapshot/content/205-style/20-bootstrap/Bootstrap.xhtml
(available after next deployment next sunday)
> Markup to hide components 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
> Priority: Major
> Fix For: 5.x
>
>
> On small devices, it should be possible to limit the components that are
> displayed to a Minimum . E.g. 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 component should be hidden.
> Maybe this should be a generic Argument for (almost) any component because
> it´s a generic problem.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)