Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-scroll-pager
Infinite scroll pager for Yii2
https://github.com/voskobovich/yii2-scroll-pager
Last synced: 13 days ago
JSON representation
Infinite scroll pager for Yii2
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-scroll-pager
- Owner: voskobovich
- Created: 2015-08-02T23:09:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T18:32:33.000Z (over 8 years ago)
- Last Synced: 2024-09-01T15:21:24.546Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Scroll Pager
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist voskobovich/yii2-scroll-pager "*"
```or add
```
"voskobovich/yii2-scroll-pager": "*"
```to the require section of your `composer.json` file.