0.8.0 • Published 4 years ago

@lu1kaifeng/jpa-data-table v0.8.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Extension to Data Table Component of Vuetify

made this to accelerate the dev process of lame CURD applications.

First,annotate your POJO class with: @TableItem({expandable:true, additionalHeaders: []})

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.