Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

A vue.js component to create dynamic tables

License

NotificationsYou must be signed in to change notification settings

coderdiaz/vue-datasource

 
 

Repository files navigation

A Vue component to create dynamic tables. Compatible with Vue 2.x.

Install/Usage

# 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);

Usage in browser

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

Documentation

Props

Community

All feedback and suggestions are welcome!

License

This is a open-source software licensed under theMIT license

About

A vue.js component to create dynamic tables

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp