1.0.5 • Published 6 years ago
vue-table-gold v1.0.5
VueTableGold (vue-table-gold) - Vue.js component for display and work with table.
Compile
npm install
npm run build
Add to your project
npm install vue-table-gold
Add component to other Vue.js component
import VueTableGold from "vue-table-gold";
......
components: {
VueTableGold
}
Use in template
<vue-table-gold :columns="columns">
</vue-table-gold>