-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.16
Environment
Windows
Reproduction link
Steps to reproduce
table设置:scroll="{ x: 'max-content' }",columns中每项设置宽度,前面两列设置fixed: "left", 后面的几列设置ellipsis: true
What is expected?
table当我设置了:scroll="{ x: 'max-content' }",然后把设置了前两列fixed: "left", 我给每项都设置了宽度,但是当我又设置了ellipsis: true,会造成并没有生效,
What is actually happening?
我设置了table每项的宽度,那么又设置了ellipsis: true,那么就应该正常的省略