JSF 网格和单元融合
我正在使用 jsf2 (mojarra) 和 primefaces (2.2RC2) 做一个 jsf 项目。
我有一个要在两列和 X 行上显示的对象列表。
但对于某些项目,我想将它们显示在两列上,以形成一个 colspan。
是否可以在某些组件中使用 primefaces 或使用 jsf impl ?
谢谢。
I'm doing a jsf project with jsf2 (mojarra) and primefaces (2.2RC2).
I have a list of objects to display on two columns and X rows.
But for some items, I want to display them on two columns, to make a colspan.
Is it possible with primefaces in some components or with jsf impl ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 PrimeFaces 展示,可以使用 PanelGrid。不幸的是,它仅在 3.1 版本中可用。我必须使用 html 表标签来做到这一点。
According to the PrimeFaces showcase it is possible with a PanelGrid. Unfortunately it is available only in the 3.1 version. I had to use html table tags to do this.