Glassfishサーバー4.1でPrimefaces 5とJDK 1.8を使用しています。Primefaces 5:2列のデータテーブルを持つデータを表示
私は次の構造()でページのXHTMLを作成しますので、私は、出力に3列の表を参照してください
<p:dataTable value="#{myBean.myList}" ...>
<p:column>MyLabel</p:column>
<p:column>MyImage</p:column>
<p:column>MyDescription</p:column>
</p:dataTable>
:私の豆の
label, image and description
label, image and description
label, image and description
label, image and description
label, image and description
label, image and description
...
オブジェクトはmyListは約50を返します。私のページに表示される行。 この列を2列で表示するにはどうすればよいですか?何か:
label, image and description label, image and description
label, image and description label, image and description
label, image and description label, image and description
ありがとうございます。
? – tak3shi
可能であれば、1つのテーブルを使用したいと思います... – Diaboliko
とMyImageとMyDescriptionの列をマージすることについての問題は何ですか? – raven