-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Merge-Cell | ||
order: 10 | ||
--- | ||
`markdown:docs/common/merge-cell.zh.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 合并单元 | ||
order: 10 | ||
--- | ||
|
||
<description> **optional** _MergedCellInfo[][]_ default: `undefined` </description> | ||
|
||
设置默认合并的单元格信息 | ||
|
||
| 参数 | 说明 | 类型 | 默认值 | 必选 | | ||
| --------------- |--------------------------------------------------------------------------------| ---------------------- | ------ | ---- | | ||
| colIndex | 单元格的列索引 | `number` | - | | | ||
| rowIndex | 单元格的行索引 | `number` | - | | | ||
| showText | 设置 `showText: true` 时,则展示当前格子的 `meta` 信息为合并后单元格的 `meta`。<br/> 默认使用第一个选中点击的单元格。 | `booelan` | - | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters