This content has been marked as final.
Show 2 replies
-
1. Re: HTMLColumns
charishma Aug 17, 2008 5:13 AM (in response to reigr)Hi
I am also having the same problem. In which version is it available?I checked 3.2.0 SR1 and 3.2.1 GA but not available. -
2. Re: HTMLColumns
repkin Mar 31, 2009 5:13 AM (in response to reigr)Hi,
I want to create rich columns which is equivalent to this:
<rich:columns value="#{subDataTableVar.columnsList}" var="columnVar">
<h:outputText value="#{columnVar.sumField}
</rich:columns>
But the main problem is datatable in the another datable and columns list are different for each sub datatable.
There is no component for rich:columns, it seems there is only tag. So how can I generate dynamic columns?
|-----------------------|dataTable
| |-------------------|->subDatatable
| | |Columns| | |
| |-------------------| |
|-----------------------|