From 2ae1d481170f67372dd1c37214713669c80ea998 Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 16:55:41 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 331051b..299e651 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,33 @@ # DHTMLX Pivot + Angular -### How to run +[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) +[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + +[![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/angular-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/angular-pivot-demo/?path=/story/pivot--initialization) +- [Loading Data](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--loading-data) +- [Export Data](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--export-data) +- [Set Data](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--set-data) +- [Structure Reload](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--structure-reload) +- [Custom Mark](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--custom-mark) +- [Custom Formatting](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--custom-formatting) +- [Footer](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--footer) +- [Events](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--events) +- [Grid Events](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--grid-events) + +## License + +[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + ## Useful links - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) @@ -28,16 +50,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/angular-pivot-demo/?path=/story/pivot--initialization) -- [Loading Data](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--loading-data) -- [Export Data](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--export-data) -- [Set Data](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--set-data) -- [Structure Reload](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--structure-reload) -- [Custom Mark](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--custom-mark) -- [Custom Formatting](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--custom-formatting) -- [Footer](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--footer) -- [Events](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--events) -- [Grid Events](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--grid-events) From 4f62b64187813be9432cef7e151d26e259e97794 Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 17:49:37 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 299e651..351ab8b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ # DHTMLX Pivot + Angular [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) -[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) [![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--initialization) @@ -30,10 +29,6 @@ - [Events](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--events) - [Grid Events](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--grid-events) -## License - -[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - ## Useful links - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) From 697934e5ede935af044493108e23b86926ca22df Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 18:04:43 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 351ab8b..21e1172 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ ## Useful links +- [DHTMLX Pivot product page](https://dhtmlx.com/docs/products/dhtmlxPivot/) - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) - [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) From 866d03cc51cc8dd3eea159133c6070ef6158893e Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 18:34:16 +0300 Subject: [PATCH 4/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e1172..0f7ba21 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) +From this file you'll learn how to integrate DHTMLX [JavaScript pivot table](https://dhtmlx.com/docs/products/dhtmlxPivot/) with Angular. + [![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--initialization) ## How to run @@ -31,8 +33,8 @@ ## Useful links -- [DHTMLX Pivot product page](https://dhtmlx.com/docs/products/dhtmlxPivot/) - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) +- [DHTMLX Pivot product page](https://dhtmlx.com/docs/products/dhtmlxPivot/) - [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) ## Follow us From bc0eb33af92c47be1ef0c4500d1d6e3bd25afdef Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 16 Sep 2020 11:37:30 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7ba21..19646c8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ From this file you'll learn how to integrate DHTMLX [JavaScript pivot table](htt ## Useful links - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) -- [DHTMLX Pivot product page](https://dhtmlx.com/docs/products/dhtmlxPivot/) +- [Download DHTMLX Pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) - [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) ## Follow us From ff5dace612fa4df2b9fc27840a9c89ae776c5748 Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 16 Sep 2020 11:38:17 +0300 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19646c8..48f3207 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ From this file you'll learn how to integrate DHTMLX [JavaScript pivot table](htt ## Useful links -- [Online documentation](https://docs.dhtmlx.com/pivot/index.html) - [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) ## Follow us