Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README file #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 21 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)