1
Guys, I’m using the primeFaces support to pdf the contents of a datatable. The problem is that the pdf does not bear the name of the columns, only the content. In the examples I saw in the showcase, it captures the column name and table title if any.
Here’s how I’m using the tag:
<p:dataExporter type="pdf" target="idDatabela" fileName="relatorio" pageOnly="true" />
You could provide as the options of the datatable are
idDatabela
?– Gustavo Cinque