<th
  local-class="ui-table-head-cell {{if this.hasFixedHeader "has-fixed-header"}} {{if this.isSortable "is-sortable"}}"
  {{on "click" this.onClick}}
  ...attributes
>
  {{yield}}
  {{#if this.isSorted}}
    <UiCaret @direction={{this.sortOrder}} />
  {{/if}}
</th>