Hi, try the <af:table> from oracle adf
http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html
(Attention: the component is not available for free for production
environements - maybe in the near future when adf is merged into myfaces
???!)
Greets,
Hans
Hagay Avisar wrote:
Hello all,
I need a table that has the following features:
1) Easy API for JSF RnD user some for example:
<c:table id="data"
var="object"
value="#{Bean.Data}"
<c:column label="Col1
<h:outputText value="#{object.name}" />
</c:tablecolumn>
</c:table>
2) Can customize all styles of table to get the look and feel I want.
3) Support sorting by each column.
4) Support pagination, meaning load each page from data base & not the
all data at once. (Maybe use Ajax request).
5) Can display table in table.
If any one know where I can find such a component (or a similar one)
it will be great?
Thanks a lot
*Hagay.*
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
_____________________________________________________________________