Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to put list of objects into rich:dataTable, and put element in table with 5 rows and 3 columns

<rich:dataTable id="x" rows="5" columns="3" value="#{a.lst}" var="obj" columnsWidth="200px,200px,200px">

Is there anything like

<rich:cell> 

there? This seems to be a common issue, so I hope there is support for that.

share|improve this question

1 Answer

You can use rich:dataGrid which allows you specify columns

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.