# vue-pivottable **Repository Path**: mirrors_seungwoo321/vue-pivottable ## Basic Information - **Project Name**: vue-pivottable - **Description**: It is a Vue port of PivotTable.js. For Vue 3, go to https://github.com/vue-pivottable/vue3-pivottable - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue Pivottable > ⚠️ **This package supports Vue 2 only.** > 👉 Looking for Vue 3? Use: [vue3-pivottable GitHub repo](https://github.com/vue-pivottable/vue3-pivottable) It is a Vue port of the jQuery-based [PivotTable.js](https://pivottable.js.org/) [![npm](https://flat.badgen.net/npm/v/vue-pivottable)](https://npmjs.com/package/vue-pivottable) [![npm](https://flat.badgen.net/npm/dt/vue-pivottable)](https://npmjs.com/package/vue-pivottable) [![npm](https://flat.badgen.net/npm/license/vue-pivottable)](https://flat.badgen.net/npm/license/vue-pivottable) [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/vue-pivottable/badge)](https://www.jsdelivr.com/package/npm/vue-pivottable) [![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) ## Documentation You can view the documentation at . It's also lighter by removing `vue-plotly` from the dependencies. ## Live Demo [link](https://jsfiddle.net/seungwoo321/repqmz3f/) ## Example Code ```bash # Clone the project git clone https://github.com/Seungwoo321/vue-pivottable.git # Go into the cloned directory cd vue-pivottable/example/ # npm install npm install # npm run serve npm run serve ``` Open browser to ![vue-pivottable-demo.gif](https://seungwoo321.github.io/vue-pivottable-demo.gif) ## Installation ```shall npm i vue-pivottable@0.4.68 ``` ## Usage * Vue Pivottable ```html ``` * Vue Pivottable Ui ```html ``` * Plotly renderer [See docs](https://seungwoo321.github.io/vue-pivottable/guide/renderer.html#plotly-renderer-v0-4-6) ```html ``` ## Contributors
Seungwoo321
Seungwoo321

💻
rkota
rkota

🚧
Jayraj Rathwa
Jayraj Rathwa

🐛
cbbdev
cbbdev

🚧
hyemyn2
hyemyn2

💻
Costin Grigore
Costin Grigore

💻
Albert Peschar
Albert Peschar

💻
## Inspired * [plotly/react-pivottable](https://github.com/plotly/react-pivottable) - React-based pivot table library * [David-Desmaisons/vue-plotly](https://github.com/David-Desmaisons/vue-plotly) - vue wrapper for plotly.js ## License MIT