When the [bug report] table component is dynamically rendered and there is a little bit in the data, the table cannot be displayed normally
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
0.1.0
### OS/Browsers version
WIN10 最新chrome
### Vue version
2.6.11
### Reproduction Link
https://codepen.io/Stories609449489/pen/gOaqEVy
### Steps to reproduce
动态渲染列名,bug, 数据中有 . 点 的时候,会渲染不出来,去掉 点 . 就OK ,
例如我重新连接中
columns:["列名.a","列名.b"],
tableData: [{
'列名.a': '111',
'列名.b': '222'
}],
换成 列名_a
这种形式就可以,只要有点. 就不行
### What is Expected?
修复 正常显示
### What is actually happening?
table 无法正常显示
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.