来看看简单的datatable例子:
faces:
<h:form> <h:dataTable value="#{tableData.names}" var="name"> <h:column> #{name.last}, </h:column> <h:column> #{name.first} </h:column> </h:dataTable> </h:form>
来看看简单的datatable例子:
faces:
<h:form> <h:dataTable value="#{tableData.names}" var="name"> <h:column> #{name.last}, </h:column> <h:column> #{name.first} </h:column> </h:dataTable> </h:form>
相关文章: