Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

onBottom action

Compare
Choose a tag to compare
@jasonmit jasonmit released this 27 Aug 00:25
· 195 commits to master since this release
{{#virtual-each
  height=200
  itemHeight=36
  onBotttom=(action 'handlePageBottom')
  items=items as |item index|
}}
  <div class="person-row">
    <img src={{item.picture}} />
    <div>
      <div>{{index}} {{item.name.last}}, {{item.name.first}}</div>
      <div class="company">{{item.company}}</div>
    </div>
  </div>
{{/virtual-each}}