[ 
https://jira.jboss.org/jira/browse/RF-7488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12515451#action_12515451
 ] 

Bob Shanahan commented on RF-7488:
----------------------------------

Here's one way to do it:

<style type="text/css" >
   .extdt-content{
     height: 100% !important; 
   }
  .extdt-innerdiv{
      top: 0px;
      left: 0px;
      position: absolute;
      overflow-x:auto !important;
      overflow-y:auto !important; 
}
</style>

> extendedDataTable: make vertical scrolling optional, so all rows of 
> extendedDataTable should be visible without scrolling
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-7488
>                 URL: https://jira.jboss.org/jira/browse/RF-7488
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 3.3.1
>            Reporter: Denis Petrunin
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>
> extendedDataTable has a static height as result there is a scrolling in case 
> of many rows. I'd like extendedDataTable behaves like simple dataTable: the 
> table height should depend on rows count and content, all rows should be 
> rendered and visible without vertical scrolling. I propose to introduce 
> "allowScrolling" boolean attribute or ability to specify height="auto". I'd 
> like to use extendedDataTable features (resizing, grouping) but without 
> vertical scrolling.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
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