nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.36k stars 1.08k forks source link

PivotTable with AngularJS Directive and CoffeeScript #272

Open meatballs opened 9 years ago

meatballs commented 9 years ago

I've created a gist to show how to use this excellent pivot table with an AngularJS Directive, Service (with asynchronous loading), Controller and View written in Coffeescript:

https://gist.github.com/meatballs/94d7839275461185f5c4

This allows the pivot table parameters to be declared in the html.

nicolaskruchten commented 9 years ago

Thanks! See also #208