primefaces data exporter XLS exporting only headers not rows
问题 My problems is that when I click in the button to export data table, It exports only columns headers, my excel file is generated with none rows. <h:form> <p:dataTable id="cteTable" var="cte" emptyMessage="Nenhum Registro Localizado" reflow="true" value="#{extratorBean.ctes}" paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {Exporters}" style="margin-top: 10px" paginator="true" rows="100" scrollable="true" scrollWidth="1024px">