You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Vue Data Grid
2
2
3
-
> An example that complex table interaction in Vue.js, which is rebounded the design by [Virgil Pana](https://dribbble.com/shots/1903644-Data-Grid)
3
+
> An example([live demo](https://lucienlee.github.io/vue-data-grid/)) that complex table interaction in Vue.js, which is rebounded the design by [Virgil Pana](https://dribbble.com/shots/1903644-Data-Grid)
4
+
5
+

6
+
7
+
See full interaction [video](https://vimeo.com/208192639)
4
8
5
9
## Build Setup
6
10
@@ -17,7 +21,7 @@ yarn run build
17
21
# build for production and view the bundle analyzer report
18
22
yarn run build --report
19
23
20
-
# deploy to gh-pages
24
+
# deploy bundled files to gh-pages
21
25
yarn run deploy
22
26
```
23
27
@@ -32,3 +36,7 @@ yarn run deploy
32
36
- Cells have more menus or details, such as adding google map query links automatically
33
37
- Sort data by ascending or descending and filter data by range, whose bounds are calculated by data automatically
34
38
- Select columns to show by opening context menu with right click on header
39
+
40
+
## Acknowledgement
41
+
-[Virgil Pana](https://dribbble.com/virgilpana), who designed the interaction first.
42
+
- The song played in crafting, 那我懂你意思了 - [沒有人在乎你在乎的事](https://www.youtube.com/watch?v=UX2uQyHaCUk)
0 commit comments