Row

Table of Contents

Overview

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.

Getting Started

    <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>

Attributes

This component has no attributes.

TagLib Documentation
For reference, the complete taglib documentation for this component is available here.

Known Issues

Other Resources

Related Components

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.