<table class="hoo-table is-collapsable">
    <thead>
        <tr class="collapsable" data-sectionHeader="all">
            <th class="hoo-table-iconcell" scope="col">
                {{> atoms-button-icon iconame=iconAction }}
            </th>
            <th scope="col">Hello</th>
            <th scope="col">World</th>
            <th scope="col">How</th>
            <th scope="col">Goes</th>
        </tr>
    </thead>
    <tbody>
        <tr class="collapsable" data-sectionHeader="section1">
            <th class="hoo-table-iconcell">
                {{> atoms-button-icon iconame=iconAction }}
            </th>
            <th colspan="4">
                <div class="hoo-table-subheader"><span>Lorem, ipsum
                        dolor.</span></div>
            </th>
        </tr>
        <tr data-section="section1">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr data-section="section1">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr data-section="section1">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr data-section="section1">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr class="collapsable" data-sectionHeader="section2">
            <th class="hoo-table-iconcell">
                {{> atoms-button-icon iconame=iconAction }}
            </th>
            <th colspan="4">
                <div class="hoo-table-subheader"><span>Lorem, ipsum
                        dolor.</span></div>
            </th>
        </tr>
        <tr data-section="section2">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr data-section="section2">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr data-section="section2">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
        <tr data-section="section2">
            <td></td>
            <td>Lorem, ipsum.</td>
            <td>Deserunt, ipsa?</td>
            <td>Velit, blanditiis?</td>
            <td>Placeat, quidem.</td>
        </tr>
    </tbody>
    <tfoot></tfoot>
</table>