BellGasp/ember-table-data

View on GitHub
addon/templates/components/base/table-thead.hbs

Summary

Maintainability
Test Coverage
<tr>
  {{yield (hash
    th=(component "base/table-th" sorts=filteredSorts notifyObservers=(action "updateSortParameters"))
  )}}
</tr>