el-table的show-header 当表格列固定了切换显示表头没有出现
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### 问题截图
https://files.gitter.im/57d2b9ee40f3a6eec0646156/fSdz/image.png
### 预览效果

### 代码:
编辑
var Main = {
data() {
return {
a: false, // 切换 thead显隐
tableData: [{
date: '2016-05-02',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-04',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1517 弄',
zip: 200333
}]
}
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.