<thead>
  <tr>
    {{#each a in tableAttrs}}
      {{sortable-table-header title=a.name sortProperty=a.attr action="sortBy"}}
    {{/each}}
  </tr>
</thead>

<tbody>
  {{#each item in arrangedContent}}
    {{component row data=item}}
  {{/each}}
</tbody>