Hello,

Now I'm looking at a mean to display dataTable results in a specific way.

For exemple we have a dataTable with 3 elements.

In a normal case the display result will be :

element1.data1  | element1.data2  | element1.data3
element2.data1  | element2.data2  | element2.data3
element3.data1  | element3.data2  | element3.data3

This is due to the <h:column> display system. It's exactly like the
documents_table.xhtml style.

Now I want to display 2 results on the same raw, for exemple :

element1.data1  | element1.data2  ||| element2.data1  | element2.data2

After many searches on Internet it seems impossible to do that.
Maybe the only way is to change the dataTable definition in the bean.

Have you any idea to do this easily?

Thank you,

Damien
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to