{{yield}} {{#yield-slot '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|~}} {{#yield-slot 'row'}}{{yield cell.item cell.index}}{{/yield-slot}} {{#if hasActions }} {{#yield-slot 'actions' (block-params (concat cell.index) change checked)}}{{yield cell.item cell.index}}{{/yield-slot}} {{/if}} {{~/each~}} {{/ember-native-scrollable}}