Skip to content

Commit 6402900

Browse files
committed
add readme
1 parent 865bdb4 commit 6402900

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
# vue-data-grid
1+
# Vue Data Grid
22

3-
> A Vue.js project
3+
> An example that complex table interaction in Vue.js, which rebounding the design by [Virgil Pana](https://dribbble.com/shots/1903644-Data-Grid)
44
55
## Build Setup
66

77
``` bash
88
# install dependencies
9-
npm install
9+
yarn
1010

1111
# serve with hot reload at localhost:8080
12-
npm run dev
12+
yarn run dev
1313

1414
# build for production with minification
15-
npm run build
15+
yarn run build
1616

1717
# build for production and view the bundle analyzer report
18-
npm run build --report
18+
yarn run build --report
1919
```
2020

21-
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
21+
## Feature
22+
23+
- Load data from [json](https://github.com/LucienLee/vue-data-grid/blob/master/src/data.json) and export table [setting](https://github.com/LucienLee/vue-data-grid/blob/master/src/tableSettings.js) for configure easily. ([Data Source](https://docs.google.com/spreadsheets/d/1PFbZIAipjNIG90BXIzpFwRu7omXYMhh3e1-tldrAv-I/edit?usp=sharing))
24+
- Group data by month and year automatically
25+
- Long contents in cells are trimmed automatically, which are expandable by clicking the columns
26+
- Cells have more menus or details, such as adding google map query links automatically
27+
- Sort data by ascending or descending and filter data by range (filter is under constructing)
28+
- Select columns to show by opening context menu with right click on header

0 commit comments

Comments
 (0)