vue

您所在的位置:网站首页 vue-pivot-table vue

vue

2024-07-12 01:27| 来源: 网络整理| 查看: 265

Vue Pivottable

It is a Vue port of the jQuery-based PivotTable.js

npm npm npm jsdelivr

All Contributors

Documentation

You can view the documentation at https://seungwoo321.github.io/vue-pivottable. It's also lighter by removing vue-plotly from the dependencies.

Live Demo

link

Example Code # 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 http://localhost:8080

vue-pivottable-demo.gif

Installation npm i vue-pivottable Usage Vue Pivottable import { VuePivottable } from 'vue-pivottable' import 'vue-pivottable/dist/vue-pivottable.css' export default { components: { VuePivottable } } Vue Pivottable Ui import { VuePivottableUi } from 'vue-pivottable' import 'vue-pivottable/dist/vue-pivottable.css' export default { components: { VuePivottableUi } }

Plotly renderer

See docs

import { VuePivottableUi } from 'vue-pivottable' import PlotlyRenderer from '@vue-pivottable/plotly-renderer' import 'vue-pivottable/dist/vue-pivottable.css' export default { components: { VuePivottableUi }, computed: { renderers () { return (() => ({ 'Grouped Column Chart': PlotlyRenderer['Grouped Column Chart'], 'Stacked Column Chart': PlotlyRenderer['Stacked Column Chart'], 'Grouped Bar Chart': PlotlyRenderer['Grouped Bar Chart'], 'Stacked Bar Chart': PlotlyRenderer['Stacked Bar Chart'], 'Line Chart': PlotlyRenderer['Line Chart'], 'Dot Chart': PlotlyRenderer['Dot Chart'], 'Area Chart': PlotlyRenderer['Area Chart'], 'Scatter Chart': PlotlyRenderer['Scatter Chart'], 'Multiple Pie Chart': PlotlyRenderer['Multiple Pie Chart'] }))() } } } Contributors Seungwoo321Seungwoo321💻 rkotarkota🚧 Jayraj RathwaJayraj Rathwa🐛 cbbdevcbbdev🚧 Inspired plotly/react-pivottable - React-based pivot table library David-Desmaisons/vue-plotly - vue wrapper for plotly.js License

MIT



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3