来自具有动态列的数据表的 Primefaces 数据导出器

发布于 2024-11-28 18:27:21 字数 362 浏览 3 评论 0原文

有没有人成功地将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离笑几人歌 2024-12-05 18:27:21

抱歉,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文