Hello, the example
http://paramquery.com/demos/grid_tablePlease, how may I accomplish the exact same with my created html table - done using a managed bean as shown in this xhtml:
http://35.164.222.200/<h:body>
<h:dataTable width="100%" value="#{queryBean.getDataList()}" var="u"
border="1">
<h:column>
<f:facet name="header">Number</f:facet>
#{u.caseno}
</h:column>
</h:dataTable>
</h:body>