丰富的面孔 - 丰富:下一行的列
我有一个包含 6 个丰富列的丰富数据表。第一个丰富的列有展开折叠图标。第六个丰富的列是数据表。我希望第六个 rich: 列显示在新行中?
- 桑迪普。
I have a rich data table with 6 rich columns. The first rich column has expand-collapse icon. The sixth rich column is a datatable. I want the sixth rich:column to be displayed in a new row?
- Sandeep.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,第六个 rich:column 上的 breakBefore = true 属性有所帮助。我能够在新行中获取下一列。但是,该列的标题仍然显示。对此有任何想法。将调查并将解决方案添加为评论。
Well a breakBefore = true attribute on the 6th rich:column helped. I am able to get the next column in a new row. However, the header of this column is still showing up. Any thoughts on this. Will investigate and add the solution as a comment.