[richfaces-issues] [JBoss JIRA] Commented: (RF-4871) ExtendedDataTable: add horizontall scrolling possibility

Nicolas Gaudin (JIRA) jira-events at lists.jboss.org
Wed Oct 28 07:40:07 EDT 2009


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

Nicolas Gaudin commented on RF-4871:
------------------------------------

Hi,

Another trick is to use exdt-innerdiv class 

Just add to your page

<style type="text/css">
.exdt-innerdiv {
        overflow-x: auto;
        overflow-y:hidden;
}
</style> 



This solution allows (with EXDT  width set to px or %) to :
  - add columns
       ==>overflow-x will appear
  - remove columns
       ==>overflow-x will disappear
  - resize (reduce) columns
       ==>overflow-x will disappear

This solution DOES NOT  allow to:
  - enlarge columns when the sum of column widths >= 100% EXDT width. The maximum then becomes the sum of column widths and you can not enlarge anymore

But it works in all cases

Hope this helps


> ExtendedDataTable: add horizontall scrolling possibility
> --------------------------------------------------------
>
>                 Key: RF-4871
>                 URL: https://jira.jboss.org/jira/browse/RF-4871
>             Project: RichFaces
>          Issue Type: Feature Request
>          Components: component-tables
>    Affects Versions: 3.3.0
>            Reporter: Ilya Shaikovsky
>            Assignee: Piotr Buda
>             Fix For: 4.0.0.BETA1
>
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187120#4187120

-- 
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

        


More information about the richfaces-issues mailing list