Probably the most complete crosstab solution for Vue.js 2.0, without jQuery.
Features & characteristics:
- Fixed headers
- Portial rendering
- Custom themes
Documentation and Examples
http://amalieiev.github.io/vue-crosstab
Install & basic usage
npm install vue-crosstab
JSFiddle
Example JSFiddle – Use this for issue reproduction.
Contributing
# serve with hot reload at localhost:5000
npm run dev
# distribution build with minification
npm run bundle
# build the docs into gh-pages
npm run docs
# run unit tests
npm run test
# run unit tests watch
npm run unit-watch
For detailed explanation on how things work, checkout the guide and docs for vue-loader.