来自具有动态列的数据表的 Primefaces 数据导出器
有没有人成功地将 primefaces 数据导出器组件与具有动态列的 primefaces 数据表一起使用?
就我而言,它生成了 excel 文件,但它是空的。
但是,如果我保持一切相同,只是普通数据表而不是具有动态列的数据表,则生成的 Excel 文件不为空。
我想看看是否有人这样做过。
<p:dataExporter />
and
<p:dataTable /> //(with dynamic columns)
如果我不使用动态列,它工作得很好。
我正在使用 PrimeFaces 2.2.1、JSF 2.0、poi-3.2-FINAL.jar。
Has anyone used primefaces data exporter component successfully with primefaces datatable with dynamic columns?
In my case, it generates the excel file but it is empty.
But if I keep everything same and just normal datatable instead of datatable with dynamic columns, the generated excel file is not empty.
I am trying to see if somebody has done this.
<p:dataExporter />
and
<p:dataTable /> //(with dynamic columns)
It works fine if I don't use the dynamic columns.
I am using PrimeFaces 2.2.1, JSF 2.0, poi-3.2-FINAL.jar.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,
dataExporter
组件目前不支持此功能。http://forum.primefaces.org/viewtopic.php?f=3&t=12133&p=38149&hilit=dataExporter+dynamic#p38149
这直接来自 Cagatay Civici ,Primefaces 项目的首席开发人员。
Sorry but this is not currently supported for the
dataExporter
component.http://forum.primefaces.org/viewtopic.php?f=3&t=12133&p=38149&hilit=dataExporter+dynamic#p38149
This is coming straight from Cagatay Civici, lead developer on the Primefaces project.