> English | [한국어](./README.ko.md)
npm install vue-pivottable> English | 한국어





Pivot Table Component for Vue 3
vue-pivottable is a Vue 3-compatible pivot table component, which is a Vue wrapper of the popular react-pivottable. This library allows you to easily summarize, transform, and visualize large datasets in a pivot table UI.
Looking for the Vue 2 compatible version?
👉 v0.4.68 on github
- Built with Vue 3 Composition API
- Supports multiple aggregators and renderers
- Interactive UI with drag-and-drop field configuration
- Easy to customize and extend (renderers, aggregators, styles)
``bash`
npm install vue-pivottable
`bash`
pnpm add vue-pivottable
`vue
{ color: 'blue', shape: 'circle' },
{ color: 'red', shape: 'triangle' }
]"
:rows="['color']"
:cols="['shape']"
/>
`
For detailed API and props usage, please visit the docs.
Try out the live demo of vue-pivottable-ui in Stackblitz
To run the project locally:
`bashClone the repo
git clone https://github.com/vue-pivottable/vue3-pivottable.git
cd vue-pivottable
``
Then open http://localhost:8080 in your browser.
Inspired by plotly/react-pivottable - React-based pivot table library
Thanks goes to these wonderful people (emoji key):
hyemyn2 💻 | Sumin 💻 | Seungwoo321 💻 |
This project follows the all-contributors specification. Contributions of any kind are welcome!