Skip to content

elTable的二次封装 json配置 / 虚拟列表 / 动态表头

Notifications You must be signed in to change notification settings

maxw2/ele-table-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

快速开始

介绍

初始化

npm install ele-table-container

import {Table, TableContainer} from 'ele-table-container'

Vue.components('ele-table', Table)
// or
export default {
    components: {
        'ele-table': Table
    }
}

About

elTable的二次封装 json配置 / 虚拟列表 / 动态表头

Resources

Stars

Watchers

Forks

Packages

No packages published