Skip to content

Commit 40a2bec

Browse files
committed
docs: improve documentation
1 parent 84372db commit 40a2bec

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

examples/search-table-react/800-api-reference.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ toc: content
2525

2626
## title
2727

28-
| **参数** | **描述** | **类型** | **默认值** |
29-
| --------------- | --------------------------------------------------------------------- | --------------- | ---------- |
30-
| **className** | 标题栏类名 | `string` | - |
31-
| **style** | 标题栏样式 | `CSSProperties` | - |
32-
| **tabs** | 标签页属性,见[Antd Tabs](https://ant.design/components/tabs-cn#tabs) | `TabsProps` | - |
33-
| **showSetting** | 是否展示“列设置”按钮 | `boolean` | - |
34-
| **showRefresh** | 是否展示“刷新”按钮 | `boolean` | - |
28+
| **参数** | **描述** | **类型** | **默认值** |
29+
| --------------------- | --------------------------------------------------------------------- | --------------------------------- | ---------- |
30+
| **className** | 标题栏类名 | `string` | - |
31+
| **style** | 标题栏样式 | `CSSProperties` | - |
32+
| **tabs** | 标签页属性,见[Antd Tabs](https://ant.design/components/tabs-cn#tabs) | `TabsProps` | - |
33+
| **showSetting** | 是否展示“列设置”按钮 | `boolean` | - |
34+
| **showRefresh** | 是否展示“刷新”按钮 | `boolean` | - |
35+
| **leftExtraContent** | 左侧额外内容 | `(p: IRenderParams) => ReactNode` | - |
36+
| **rightExtraContent** | 右侧额外内容 | `(p: IRenderParams) => ReactNode` | - |
3537

3638
## table
3739

0 commit comments

Comments
 (0)