Product Selector

Fusion 5.12
    Fusion 5.12

    Table Result List tag

    Table of Contents

    The Table Result List tag displays the results for a given search response in a table. The body of the Table Result List tag contains a Header tag which outputs the top header of the table, and a Body tag, which specifies the format of the rows of the table.

    Usage

    This example shows how to display all results in a search response in a table.

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

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