[ http://jira.jboss.com/jira/browse/RF-1197?page=comments#action_12418529 ] 
            
Harinath C commented on RF-1197:
--------------------------------

Hi,

I have an ArrayList of ArrayList that I want to render into data table and It 
seems the issue is still not fixed, I think rich:columns is used to render 
column wise data but all my data is row wise.

Here is my code, the table columns are not rendered in <ui:repeat> giving me a 
blank output.
<rich:dataTable id="myDataTable"
                     value="#{controller.listOfLists}" var="rows" width="100%"
        columnClasses="cellsWithNoBroder">
        <rich:columnGroup>      
                <ui:repeat value="#{rows}" var="data">
                        <rich:column>
                                <h:outputText value="#{data}" 
styleClass="customRec" />
                        </rich:column>
                </ui:repeat>
        </rich:columnGroup>
</rich:dataTable>



> Feature: dynamic columns
> ------------------------
>
>                 Key: RF-1197
>                 URL: http://jira.jboss.com/jira/browse/RF-1197
>             Project: RichFaces
>          Issue Type: Feature Request
>          Components: planning
>    Affects Versions: 3.1.3
>            Reporter: Nick Belaevski
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.2.0
>
>         Attachments: rich_scrollabledatatable_dynamic_columns.doc, 
> rich_scrollabledatatable_dynamic_columns_using_rich_columns.doc
>
>


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