Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 750 Bytes

vuetablessimplify

Editable data table in Vue.js Now I can make the user to select the fields of the table, so that only those data from these fields will be displayed in the table. For eg: If a user select only fields userID,employeeCode, Then only data from userID,employeeCode will be displayed in the table.

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.