<div class="responsive-table__wrapper ">
</div>
<div class="responsive-table__wrapper {{modifier}}">
    {{#each tables}}
        <table class="responsive-table__table">
            <thead class="responsive-table__head">
            <tr class="responsive-table__head-row">
                {{#each header}}
                    <th class="responsive-table__head-cell">{{{this}}}</th>
                {{/each}}
            </tr>
            </thead>
            <tbody>
            {{#each rows}}
                <tr class="responsive-table__body-row">
                    {{#each this}}
                        <td class="responsive-table__body-cell">{{{this}}}</td>
                    {{/each}}
                </tr>
            {{/each}}
            </tbody>
        </table>
    {{/each}}
</div>
/* No context defined for this component. */

There are no notes for this item.