私の要件に応じて、primefaces Datatable で HTML DataExporter が必要です。html形式でデータをエクスポートする方法はありますか。解決策を提案してください。
<h:commandLink>
<p:graphicImage value="resources/images/pdf.png" />
<p:dataExporter type="html" target="tbl" fileName="aaaaa" />
</h:commandLink>