<p:panel id="panelwv" style="padding:0px;right:600px;"
widgetVar="panelwv" visible="false" closable="true"
toggleable="true">
<f:facet name="header">
<h:outputText value="Save as " />
<h:commandLink>
<p:graphicImage value="resources/images/csv.png" />
<p:dataExporter type="csv" target="panelwv"
fileName="Monthly_Summary" />
</h:commandLink>
<h:commandLink>
<p:graphicImage value="resources/images/pdf.png" />
<p:dataExporter type="pdf" target="panelwv"
fileName="Monthly_Summary" />
</h:commandLink>
</f:facet>
</p:panel>
具有动态数据的面板。我想导出数据pdf和csv格式。我在primefaces中使用<p:dataExporter>
标记,但它显示不支持的数据源错误。请指出在{{1}中导出数据的任何解决方案}。