Use List for source in datatable with lazyLoading
问题 I have the list with very data. I want to show data in Primeface data table with lazy loading ability. now I show data normal in data Table, but it is slow. How can use lazy loading ability? XHTML File : <ui:composition template="template.xhtml"> <ui:define name="content"> <p:panel id="pnlLogInformationPage"> <h:form id="logInformation"> <div class="contentContainer-full-left"> <p:dataTable var="log" value="#{logInformationMB.logInformationList}" id="logTable" width="100%" liveResize="true">