{{yield}} {{#if hasCaption}} {{#yield-slot name='caption'}}{{yield}}{{/yield-slot}} {{/if}} {{#yield-slot name='header'}}{{yield}}{{/yield-slot}} {{#if hasActions }} Actions {{/if}} {{#ember-native-scrollable tagName='tbody' content-size=_contentSize scroll-left=_scrollLeft scroll-top=_scrollTop scrollChange=(action 'scrollChange') clientSizeChange=(action "clientSizeChange")}} {{~#each _cells as |cell index|~}} {{#yield-slot name='row'}}{{yield cell.item index}}{{/yield-slot}} {{#if hasActions }} {{#yield-slot name='actions' params=(block-params (concat cell.index) (action 'change') checked)}} {{yield cell.item index}} {{/yield-slot}} {{/if}} {{~/each~}} {{/ember-native-scrollable}}