cascade-datasource
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Cascade Datasource

Build Status npm version

Array and Service Pagination powered by Cascade.

var dataSource = new DataSource<number>((page, pageSize, sortedColumn, sortedDirection) => {
    return DataSource.pageArray(dataArray, page, pageSize, sortedColumn, sortedDirection);
});
dataSource.init();
dataSource.page = 1;

Package Sidebar

Install

npm i cascade-datasource

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • sjohnsonaz