Installation
Install via npm or yarn
$ npm i vue-bootstrap4-table --save
$ yarn add vue-bootstrap4-table
Currently this package will install only the vue-bootstrap4-table component, not their dependencies. So make sure to install the following dependencies.
Dependencies
bootstrap 4 (js and css) You should include bootstrap before vue-bootstrap4-table plugin.
We are using lodash
internally, so you don't need to install separately for this plugin.
Install via CDN
If you've included bootstrap & jQuery packages already in your project, then include only vue-bootstrap4-table.min.js script.
Last updated