1.0.5 • Published 7 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 buildAdd to your project
npm install vue-table-goldAdd 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>