Skip to content

LucienLee/vue-data-grid

Repository files navigation

Vue Data Grid

An example that complex table interaction in Vue.js, which is rebounded the design by Virgil Pana

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

# deploy to gh-pages
yarn run deploy

Feature

  • Load data from json and import table interaction configuration, which is flexible and scalable (data source used in demo).
  • Group data by month and year automatically
  • Long contents in cells are trimmed automatically, which are expandable by clicking the columns
  • The length of expanding columns are calculated by data automatically
  • Cells have more menus or details, such as adding google map query links automatically
  • Sort data by ascending or descending and filter data by range (filter is under constructing)
  • Select columns to show by opening context menu with right click on header

About

An example that complex table interaction in Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published