This repository was archived by the owner on Jun 10, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork91
A vue.js component to create dynamic tables
License
NotificationsYou must be signed in to change notification settings
coderdiaz/vue-datasource
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Vue component to create dynamic tables. Compatible with Vue 2.x.
# Install with npm$ npm i -S vue-datasource# or yarn$ yarn add vue-datasource
<divid="app"></div>
You can useLocal Registration:
import{Datasource}from'vue-datasource';newVue({el:'#app',components:{ Datasource,},});
orGlobal Registration:
importDatasourcefrom'vue-datasource';Vue.use(Datasource);// or with a custom component nameimport{Datasource}from'vue-datasource';Vue.component('custom-name',Datasource);
In browser you can use Unpkg, Jsdelivr, CDN.js, etc.
# Unpkghttps://unpkg.com/vue-datasource@latest/dist/vue-datasource.js# JSDelivrhttps://cdn.jsdelivr.net/npm/vue-datasource@latest/dist/vue-datasource.min.js
All feedback and suggestions are welcome!
This is a open-source software licensed under theMIT license
About
A vue.js component to create dynamic tables
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.