Alloy Showcase
alloy:panelGrid
PanelGrid is a UIPanel component that renders a<table>
element to layout its children in a tabular grid. Since it extends HtmlPanelGrid, it supports all the features of h:panelGrid.
General Usage
The columns attribute specifies how many table columns are rendered. A new table row will be rendered if the number of children exceeds the number of columns.Source Code
Liferay Faces Alloy 4.1.1 + Liferay Faces Bridge Implementation 5.0.0 + Showcase Common 4.0.0 + Liferay Faces Util 3.4.1 + Mojarra 2.2.20