@lu1kaifeng/jpa-data-table
v0.8.0
Published
made this to accelerate the dev process of lame CURD applications.
Readme
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 serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lint