1 Reply Latest reply on Dec 4, 2008 11:47 AM by ilya_shaikovsky

    How to get a subTable inside a column in rich:dataTable

    jobb

      What I want is to place a hole subTable inside a column in a rich:dataTable like this:

      <rich:dataTable ...>
       <rich:column>
       ...
       </rich:column>
       <rich:column>
       ...
       </rich:column>
       <rich:column>
       <rich:subTable.. >
       <rich:column>
       ...
       </rich:column>
       </rich:subTable>
       </rich:column>
      </rich:dataTable>
      
      
      What happened here is that subTable is placed in second row (under primary row from rich:dataTable).
      What I want is to get all together in 1 row, all columns from rich:dataTable + all rows from <rich:subTable in last column.