8000 GitHub - tccsg/dg-table: 基于element ui table搭建的多功能表格
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tccsg/dg-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

由于作者没有编程天赋已经放弃编程 所以这个组件不再更新!

Install

npm install dg-table -S

Quick Start

main.js

import Vue from 'Vue'
import Element from 'element-ui'  // 基于element的
import DgTable from 'dg-table'

Vue.use(Element)
Vue.use(DgTable)

html

<dg-table></dg-table>

Browser Suppor

Modern browsers and Internet Explorer 10+.

About

基于element ui table搭建的多功能表格

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0