如何在同一行中使用含有Primefaces的数据表我在做什么 [英] How to do a dataTable containing a subtable with Primefaces in the same row? What's doing with mine?

查看:205
本文介绍了如何在同一行中使用含有Primefaces的数据表我在做什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看看我的桌子的行为,我希望字段电子邮件出现在电子邮件的字段内,而不是像图像中的那样。

Look at the behavior of my table, I want that the lines of field email appear inside of the field Email and not like that show in the image...

任何人都可以帮助我吗?

Can anyone help me?

推荐答案

code>< ui:repeat> 通过您的电子邮件列表,并在电子邮件列中打印。

use <ui:repeat> over your email list, and print them inside e-mail column.

<ui:repeat var="email" value="#{user.emailList}">
#{email} <br/>
</ui:repeat>

这篇关于如何在同一行中使用含有Primefaces的数据表我在做什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆