基于element-ui作二次开发
`增加属性 barBottomStyle 用于改底部滚动条样式
增加属性 emptyCellText 当td里的值是null或undefined时,显示的内容,默认是--
增加方法 doLayoutScrollbar() 用于当table变化时,重新生成scrollbar `
v1.0.11 修复table中数据是异步时未调用elscrollbar里的update方法
v1.0.16 把滚动条宽度加1px ,fix某些情况出现白条问题
v1.0.17 table中bodyHeight当scrollY为true时,加上滚动条高度
v1.0.19 table中 去掉 gutter,因为去掉了原生滚动
import Vue from 'vue'
import Element from 'element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'element-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Modern browsers and Internet Explorer 10+.