数据表行扩展事件
我正在使用 Primefaces 3.0 和 JSF 2.0。我有一个启用了扩展的数据表。我想在用户单击 rowToggler 时调用 bean 方法。基本上我只想在用户单击扩展按钮时加载扩展详细信息。我在文档中看不到行扩展的服务器端回调。如果我可以解决此问题,请告诉我。
谢谢和问候, 连珠
I am using Primefaces 3.0 with JSF 2.0. I have a datatable with expansion enabled. I wanted to call a bean method when the user clicks on rowToggler. Basically I wanted to load the expansion details only when the user clicks the expand button. I can't see a server side callback for row expansion in the documentation. Please let me know if I can have any workaround for this problem.
Thanks and Regards,
Renju
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按照问题评论中霍华德提供的链接,我可以看到这是在 PF 3.4 中实现的:
XHTML
Bean
您可以在展示中看到这一点:
https://www.primefaces.org/showcase/ui/data/数据表/expansion.xhtml
Following the link Howard provided in the question comment I could see that this was implemented in PF 3.4:
XHTML
Bean
You can see this in the showcase:
https://www.primefaces.org/showcase/ui/data/datatable/expansion.xhtml
Primefaces 的 rowToggler 已经使用 ajax 加载内容,所以你应该没问题;-)
从手册中:
Primefaces' rowToggler already loads content with ajax so you should be fine ;-)
From the manual: