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
______________________________________________________________________

Reply via email to