diff --git a/README.md b/README.md index 8d0ad09..32ffd57 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,33 @@ # DHTMLX Pivot + Vue -### How to run +[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) + +From this file you'll know how to use DHTMLX [JavaScript pivot table](https://dhtmlx.com/docs/products/dhtmlxPivot/) with Vue.js. + +[![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--initialization) + +## How to run - Run `npm install` - Run `npm run storybook` in the project directory - Open [http://localhost:6006](http://localhost:6006) to view it in the browser. +## Live demos + +- [Initialization](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--initialization) +- [Loading Data](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--loading-data) +- [Export Data](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--export-data) +- [Set Data](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--set-data) +- [Structure Reload](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--structure-reload) +- [Custom Mark](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--custom-mark) +- [Custom Formatting](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--custom-formatting) +- [Footer](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--footer) +- [Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--events) +- [Grid Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--grid-events) + ## Useful links +- [Download DHTMLX Pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) - [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) @@ -27,16 +47,3 @@ Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: - -## Live demos - -- [Initialization](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--initialization) -- [Loading Data](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--loading-data) -- [Export Data](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--export-data) -- [Set Data](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--set-data) -- [Structure Reload](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--structure-reload) -- [Custom Mark](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--custom-mark) -- [Custom Formatting](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--custom-formatting) -- [Footer](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--footer) -- [Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--events) -- [Grid Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--grid-events)