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
npm install vue-pivottable
<template> <VuePivottableUi :data="[ { color: 'blue', shape: 'circle' }, { color: 'red', shape: 'triangle' } ]" :rows="['color']" :cols="['shape']" /> </template> <script setup> import { VuePivottableUi } from 'vue-pivottable' import 'vue-pivottable/dist/vue-pivottable.css' </script>
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:
# Clone the repo git clone https://github.com/vue-pivottable/vue3-pivottable.git cd vue-pivottable # Install dependencies pnpm install # Start the dev server pnpm dev
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):
This project follows the all-contributors specification. Contributions of any kind are welcome!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4