Skip to content

Thrilleratplay/Angular-Clusterize-Examples

Repository files navigation

Angular-Clusterize-Examples

Angular.js directives leveraging Clusterize.js to create virtualized tables

For those who have worked with large data sets in Angular.js likely know the performance limitations of native directives like ngRepeat. While there are a number of data grids modules for Angular, each seems to have a limitation. An an example. the feature I needed was rowspan; an attribute of HTML tables.

Clusterize.js works well with larger data sets and can be pair with Angular.js very easily.

While I do not have the time to devote to write and maintain a generic directive, I did want to share a few examples that should be a decent starting point for others to expand upon.

Suggestions and pull requests are welcome.

angularClusterize-basic.js

Basic example of using Clusterize.js and binding ngClick event.

Plunker Example

angularClusterize-pagination.js

Examlpe of Clusterize.js with infinite scrolling and fixed headers.

Plunker Example

angularClusterize-resizableColumns.js

Examlpe of Clusterize.js with infinite scrolling, fixed headers and resizable columns.

Plunker Example

About

Angular.js + Clusterize.js directive examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published