Skip to content

Commit e66ee29

Browse files
committed
Update readme
1 parent 1f28625 commit e66ee29

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

README.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
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

6162
MIT
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)

0 commit comments

Comments
 (0)