ElemeFE / ElemeFE/element

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
#19,471 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

### 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.