Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ui-reflow-headertext class to DataTable for Reflow mode #3136

Closed
mertsincan opened this issue Jan 8, 2018 · 0 comments
Closed

Added ui-reflow-headertext class to DataTable for Reflow mode #3136

mertsincan opened this issue Jan 8, 2018 · 0 comments
Assignees
Milestone

Comments

@mertsincan
Copy link
Member

mertsincan commented Jan 8, 2018

On reflow mode, the header title of columns are very difficult to find in the nested structures/components in f:facet. Therefore, users can use ui-reflow-headertext class.

Test code;

<p:column ...>
   <f:facet name="header">
         <h:panelGroup>
            <h:outputText value="TEST TEST" styleClass="ui-reflow-headertext"/>
         </h:panelGroup>
         <h:selectOneMenu>
            ...
          </h:selectOneMenu>
   </f:facet>
...
</p:column>
@mertsincan mertsincan added this to the 6.2 milestone Jan 8, 2018
@mertsincan mertsincan self-assigned this Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant