Skip to content

Commit b77a274

Browse files
committed
fix: fix docs
1 parent 0377a24 commit b77a274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

one/docs/components/column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@
136136
| 配置项 | 类型 | 默认值 | 描述 |
137137
| -- | -- | -- | -- |
138138
| ``tablecolumn.ellipsis`` | `boolean` | `false` | 单元格内容溢出后是否自动截断。 |
139-
| ``tablecolumn.tooltip`` | `boolean | ((item: Object) => string)` | `false` | 单元格内容溢出后是否自动截断|
139+
| ``tablecolumn.tooltip`` | `boolean | ((item: Object) => string)` | `false` | 单元格内容溢出时是否自动截断并自动显示悬浮提示。默认显示当前单元格的 `textContent`。传入函数时,`item` 参数为整个 data 数据项,返回的字符串将作为提示内容展示|

0 commit comments

Comments
 (0)