ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: dataSQL_ on December 12, 2016, 07:45:32 pm
-
Hello, the example http://paramquery.com/demos/grid_table (http://paramquery.com/demos/grid_table)
Please, 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/ (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>