|
1 |
| -<p align="center"> |
2 |
| - <a href="https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--initialization"> |
3 |
| - <img src="https://dhtmlx.github.io/react-widgets/static/logo_r.svg" width="150" height="55"> |
4 |
| - </a> |
5 |
| -</p> |
| 1 | +# DHTMLX Pivot with React Demo |
6 | 2 |
|
| 3 | +[](https://dhtmlx.com/) |
7 | 4 |
|
8 |
| -# DHTMLX Pivot + React |
| 5 | + |
9 | 6 |
|
10 |
| -## How to run |
11 |
| -- Run `npm install` |
12 |
| -- Run `npm run storybook` in the project directory |
13 |
| -- Open [http://localhost:6006](http://localhost:6006) to view it in the browser. |
| 7 | +## How to start |
14 | 8 |
|
15 |
| -## Live demos |
| 9 | +### Online |
16 | 10 |
|
17 |
| -- [Initialization](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--initialization) |
18 |
| -- [Loading Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--loading-data) |
19 |
| -- [Export Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--export-data) |
20 |
| -- [Set Data](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--set-data) |
21 |
| -- [Structure Reload](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--structure-reload) |
22 |
| -- [Custom Mark](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--custom-mark) |
23 |
| -- [Custom Formatting](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--custom-formatting) |
24 |
| -- [Footer](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--footer) |
25 |
| -- [Events](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--events) |
26 |
| -- [Grid Events](https://dhtmlx.github.io/react-pivot-demo/?path=/story/pivot--grid-events) |
| 11 | +[](https://codespaces.new/DHTMLX/react-pivot-demo) |
27 | 12 |
|
| 13 | +### On the local host |
28 | 14 |
|
29 |
| -## Useful links |
30 |
| - |
31 |
| -- [Online documentation](https://docs.dhtmlx.com/pivot/index.html) |
32 |
| -- [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) |
| 15 | +Clone the repository or download files. |
33 | 16 |
|
34 |
| -## Follow us |
| 17 | +``` |
| 18 | +yarn |
| 19 | +yarn start |
| 20 | +``` |
35 | 21 |
|
36 |
| -Star our GitHub repo :star: |
| 22 | +or |
37 | 23 |
|
38 |
| -Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: |
| 24 | +``` |
| 25 | +npm install |
| 26 | +npm run start |
| 27 | +``` |
39 | 28 |
|
40 |
| -Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: |
| 29 | +## Useful links |
41 | 30 |
|
42 |
| -Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: |
| 31 | +- [More demos about the DHTMLX Pivot functionality](https://snippet.dhtmlx.com/w2n1y9qx?tag=pivot) |
| 32 | +- [Technical support](https://forum.dhtmlx.com/c/pivot) |
| 33 | +- [Online documentation](https://docs.dhtmlx.com/pivot/) |
43 | 34 |
|
44 |
| -Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: |
| 35 | +## Follow us |
45 | 36 |
|
| 37 | +- Star our GitHub repo :star: |
| 38 | +- Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: |
| 39 | +- Read us on [Medium](https://dhtmlx.medium.com) :newspaper: |
| 40 | +- Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: |
| 41 | +- Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: |
0 commit comments