rich:collapsibleSubTable needs heigth and width property
--------------------------------------------------------

                 Key: RF-10547
                 URL: https://issues.jboss.org/browse/RF-10547
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: nimo stephan


It is not user-friendly, if rich:collapsibleSubTable is expanded by the user 
and enlarges the whole site if there are too many columns/rows within 
rich:collapsibleSubTable. Therefore the columns and rows should be wrapped 
within a horizontal/vertical scrollbar if declared width or height is exceeded:


<rich:datatable...>

<rich:collapsibleSubTable width="200px" height="100px"..>

...
</rich:collapsibleSubTable>
</rich:datatable...>

should mean that the rich:collapsibleSubTable is wrapped within a horizontal 
scrollbar if width of 200px is exceeded and is wrapped in a vertical scrollbar, 
if height of 100px is exceeded.


With this, the User can scroll within a rich:collapsibleSubTable without 
loosing the focus of its parent datatable.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to