File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change 11
2- # Vue3 Pivottable - Minimal Typescript support
2+ # Vue3 Pivottable
33
4- It is a Vue port of the jQuery-based [ PivotTable.js] ( https://pivottable.js.org/ )
5-
6- Minimal Typescript support was added.
7-
8- Additionally the component emits events when internal settings have changed
9- ```
10- @update:items
11- @update:rows
12- @update:cols
13- @update:aggregatorName
14- @update:vals
15- ```
4+ Drop-in replacement of [ vue-pivottable] ( https://github.com/Seungwoo321/vue-pivottable ) with Vue3 support.
165
176## Installation
187
198``` shall
20- npm i https://github.com/chikko80 /vue3-pivottable
9+ npm install @quantify /vue3-pivottable
2110```
2211
2312## Usage
@@ -56,6 +45,25 @@ export default {
5645</template >
5746```
5847
48+ ## Events (added)
49+
50+ Additionally the component emits events when internal settings have changed
51+
52+ ```
53+ @update:items
54+ @update:rows
55+ @update:cols
56+ @update:aggregatorName
57+ @update:vals
58+ ```
59+
5960## License
6061
6162MIT
63+
64+ ## Credits
65+
66+ * [ PivotTable.js] ( https://pivottable.js.org/ )
67+ * [ Seungwoo321] ( https://github.com/Seungwoo321/vue-pivottable )
68+ * [ brettcodling] ( https://github.com/brettcodling/vue3-pivottable )
69+ * [ chikko80] ( https://github.com/chikko80/vue3-pivottable )
You can’t perform that action at this time.
0 commit comments