h2. Overview
_Since 3.0_
The _ace:row_ renders a set of [ace:column|Column] components as one row of the header or footer segment of an [ace:dataTable|DataTable] via an [ace:columnGroup|ColumnGroup] .
{tip}See the ICEfaces Showcase [Live Demo|http://icefaces-showcase.icesoft.org/showcase.jsf?grp=aceMenu&exp=columnGroupBean] of this component, complete with source code.{tip}
h2. Getting Started
{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>
{code}
h2. Attributes
This component has no attributes.
{tip:title=TagLib Documentation}For reference, the complete taglib documentation for this component is available [here|http://res.icesoft.org/docs/v4_latest/ace/tld/ace/row.html].{tip}
h2. Known Issues
h2. Other Resources
{anchor:related}
h3. Related Components
* _[DataTable|DataTable]_
* _[ColumnGroup|ColumnGroup]_
* _[Column|Column]_
_Since 3.0_
The _ace:row_ renders a set of [ace:column|Column] components as one row of the header or footer segment of an [ace:dataTable|DataTable] via an [ace:columnGroup|ColumnGroup] .
{tip}See the ICEfaces Showcase [Live Demo|http://icefaces-showcase.icesoft.org/showcase.jsf?grp=aceMenu&exp=columnGroupBean] of this component, complete with source code.{tip}
h2. Getting Started
{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>
{code}
h2. Attributes
This component has no attributes.
{tip:title=TagLib Documentation}For reference, the complete taglib documentation for this component is available [here|http://res.icesoft.org/docs/v4_latest/ace/tld/ace/row.html].{tip}
h2. Known Issues
h2. Other Resources
{anchor:related}
h3. Related Components
* _[DataTable|DataTable]_
* _[ColumnGroup|ColumnGroup]_
* _[Column|Column]_