Create table with Vue.
Using with NPM:
$ npm install --save @blacktoolbox/vue-table
// using ES6 modules
import BtbTableComponents from '@blacktoolbox/vue-table';
// using CommonJS modules
var BtbTableComponents = require('@blacktoolbox/vue-table');
// register to vue
app.use(BtbTableComponents);
Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.
Please file issue, if you have any issue or idea.
You can see the document website on-line.