ember-keyset-pagination

An ember-cli addon to page ember data ManyArray objects.

Usage no npm install needed!

<script type="module">
  import emberKeysetPagination from 'https://cdn.skypack.dev/ember-keyset-pagination';
</script>

README

Ember-keyset-pagination

Note that the paginate array extension won’t work with findAll requests. You can use query instead with an empty query. See, Ember Data Issue #2905.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember server
  • Visit your app at http://localhost:4200/tests.

Building

  • ember build

Deploy to npm

  • npm version major|minor|patch
  • npm login
  • npm publish