JSF: h:dataTable vs h:panelGrid

Viewed 25183

In JSF, h:dataTable and h:panelGrid both create html table-tags.

What is the difference between both?

When to use one or the other?

3 Answers
Related