From 28b01fce3e00c128041e496605ee2ad5aee8cad7 Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 18:54:59 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fdba76e..187d19b 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,34 @@ # DHTMLX Pivot + React -### How to run +[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) + +From this file you'll learn how to integrate DHX [JavaScript pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/) with React. + +[![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/react-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/react-pivot-demo/?path=/story/pivot--initialization) +- [Loading Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--loading-data) +- [Export Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--export-data) +- [Set Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--set-data) +- [Structure Reload](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--structure-reload) +- [Custom Mark](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--custom-mark) +- [Custom Formatting](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--custom-formatting) +- [Footer](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--footer) +- [Events](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--events) +- [Grid Events](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--grid-events) + ## Useful links - [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 @@ -28,16 +48,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/react-pivot-demo/?path=/story/pivot--initialization) -- [Loading Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--loading-data) -- [Export Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--export-data) -- [Set Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--set-data) -- [Structure Reload](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--structure-reload) -- [Custom Mark](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--custom-mark) -- [Custom Formatting](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--custom-formatting) -- [Footer](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--footer) -- [Events](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--events) -- [Grid Events](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--grid-events) From 8583f659734937c9b8a52c89098a3766691f08fa Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 16 Sep 2020 11:41:25 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 187d19b..3057a51 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ From this file you'll learn how to integrate DHX [JavaScript pivot widget](https ## Useful links +- [Download DHTMLX Pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) - [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