Product Selector

Fusion 5.9
    Fusion 5.9

    Table Body tag

    Table of Contents

    The Table Body tag contains the main body of the results table. The tag must be nested within a Result List tag.

    Usage

    Place the Body tag inside the body of a Result List tag. It contains a Row tag, to specify the format of the table rows.

    <table:result-list response="response">
        ...
        <table:body>
            <table:row>
                ...
            </table:row>
        </table:body>
    </table:result-list>

    For a complete list of attributes, see the table:body tag doc.