<thead ...attributes>
  {{yield
    (hash
      Row=(component "ui-table-row"
        isHead=true
        hasFixedHeader=this.hasFixedHeader
        onSort=this.onSort
      )
    )
  }}
</thead>