Skip to content

dadisn/d-endless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-endless

Infinite scrolling component for DerbyJS using filters

Install

app.component(require('d-endless'));

Usage

Component

Component.prototype.init = function(model) {
  this.filter = model.root.filter('collection', {limit: 25}, null);
  model.ref('data', this.filter);
};

View

<view is="d-endless" filterPath="app.page.component.filter" elementId="div-wrapper" stepSize="25></view>

About

Infinite scrolling component for DerbyJS using filters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published