Since 3.0
The ace:row renders a set of ace:column components as one row of the header or footer segment of an ace:dataTable via an ace:columnGroup .
See the ICEfaces Showcase Live Demo of this component, complete with source code.
<ace:columnGroup type="header">
<ace:row>
<ace:column colSpan="2">
Track
</ace:column>
<ace:column rowSpan="2">
Download
</ace:column>
</ace:row>
<ace:row>
<ace:column>
Artist
</ace:column>
<ace:column>
Album
</ace:column>
</ace:row>
</ace:columnGroup>
This component has no attributes.
None