New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-ui-pagination

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-ui-pagination

Ember UI pagination

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

Ember UI Pagination Add-on

Motivation

Users very rarely paginate through many entries and pages, they tend to use filtering, sorting and ordering to find records if they got more than 100 results. So let's create simple and very fast pagination on scrolling, to give an overview of items.

Usage

  • npm install --save-dev ember-ui-pagination
  • ember g ember-ui-pagination
 {{ember-ui-pagination
    store=store
    modelName='item'
    url='https://api.github.com/search/repositories?q=test1234'
    serverPagination=true
    page=1
  }}

where

  • modelName - the name of the model where add-on loads data.
  • url - URL to the server API, for server pagination it should support page and per_page params
  • page - the page you want to start.

Running Dummy Application

  • git clone git@github.com:Romanior/ember-ui-pagination.git
  • npm install && bower install
  • ember server
  • Visit your app at http://localhost:4200

Running Tests

  • ember test
  • ember test --server

Keywords

FAQs

Package last updated on 14 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc