Feras,
estou querendo exportar as informações de um SubTable para Excel e PDF mas não esta dando certo,
até achei esse link http://fractalsoft.net/primeext-showcase-mojarra/sections/exporter/subTable.jsf;jsessionid=1et0pvvjbwo6stm7oyyobbs91
mas estou com duvida nesta tag <pe:exporter>
ela não funciona aqui,
cheguei fazer um teste seguindo o showCase do site do PrimeFaces com a tag <p:dataExporter>
mas não funcionou
abaixo esta o código
<p:commandLink id="xls" ajax="false">
<p:graphicImage value="/resources/imagens/excel.png" />
<f:setPropertyActionListener value="false" target="#{exporterController.customExporter}" />
<p:exporter type="xlsx" target="idDataTable42" fileName="retornoColecaoDados" subTable="true" />
</p:commandLink>