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

Rudi Adianto (JIRA) jira-events at lists.jboss.org
Wed Oct 28 06:57:06 EDT 2009


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

Rudi Adianto commented on RF-4871:
----------------------------------

Damian, assuming that your solution works, you can re-do the script everytime reRender complete by using <a4j:outputPanel/> with ajaxRendered=true, combined with jQuery. Something like this:

<a4j:outputPanel ajaxRendered="true">
jQuery(document).ready(function() { /* your code here */ });
</a4j:outputPanel>

Without jQuery, a document.onload function might also work, but havent tested it.

> 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