Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jsf 使用PrimeFaces在子表中创建子表_Jsf_Xhtml_Primefaces - Fatal编程技术网

Jsf 使用PrimeFaces在子表中创建子表

Jsf 使用PrimeFaces在子表中创建子表,jsf,xhtml,primefaces,Jsf,Xhtml,Primefaces,我需要知道如何在PrimeFaces中创建如下表。 我试过在子树中使用子树,但在素数中是不允许的 为此,我有3门课: Product:name,包含项目数组 项:名称,包含内容数组 内容:姓名 我还需要执行for循环,但它似乎在panelGrid中是允许的 第1列…………第2列…………第3列 产品1……第1项……内容1 内容2 内容3 。。。。。。。。。。。。。。。。。。。第2项……内容5 内容6 产品2……第3项……内容9 内容10 第4项内容15 内容17

我需要知道如何在PrimeFaces中创建如下表。 我试过在子树中使用子树,但在素数中是不允许的

为此,我有3门课: Product:name,包含项目数组 项:名称,包含内容数组 内容:姓名

我还需要执行for循环,但它似乎在panelGrid中是允许的

第1列…………第2列…………第3列


产品1……第1项……内容1

内容2

内容3

。。。。。。。。。。。。。。。。。。。第2项……内容5

内容6


产品2……第3项……内容9

内容10

第4项内容15

内容17