Skip to content

Commit d135fd7

Browse files
[dev] refactor
1 parent 0997cdc commit d135fd7

20 files changed

+46476
-215
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/storybook-static
54
/node_modules
65
/.pnp
76
.pnp.js
@@ -14,6 +13,11 @@
1413

1514
# misc
1615
.DS_Store
16+
/dist
17+
/build
18+
19+
# Environment variables
20+
.env
1721
.env.local
1822
.env.development.local
1923
.env.test.local
@@ -22,6 +26,3 @@
2226
npm-debug.log*
2327
yarn-debug.log*
2428
yarn-error.log*
25-
26-
package-lock.json
27-
yarn-lock.json

README.md

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,41 @@
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
62

3+
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
74

8-
# DHTMLX Pivot + React
5+
![DHTMLX Pivot with React Demo](pivot.png)
96

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
148

15-
## Live demos
9+
### Online
1610

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+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/DHTMLX/react-pivot-demo)
2712

13+
### On the local host
2814

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.
3316

34-
## Follow us
17+
```
18+
yarn
19+
yarn start
20+
```
3521

36-
Star our GitHub repo :star:
22+
or
3723

38-
Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes:
24+
```
25+
npm install
26+
npm run start
27+
```
3928

40-
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
29+
## Useful links
4130

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/)
4334

44-
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:
35+
## Follow us
4536

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

Comments
 (0)