Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

sjohnsonaz/cascade-datasource

Repository files navigation

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;

About

Array and Service Pagination powered by Cascade.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published