1.0.5 • Published 6 years ago

vue-table-gold v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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>
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

0.1.1

6 years ago