ElemeFE / ElemeFE/element

el-table的show-header 当表格列固定了切换显示表头没有出现

Open
#20,395 2 comments 0 reactions 0 assignees View on GitHub
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

### 预览效果
![image](https://user-images.githubusercontent.com/31065463/98340884-0431b500-2049-11eb-971e-eef9337b5f58.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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.