Skip to content

Commit

Permalink
docs: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Dec 3, 2024
1 parent 84372db commit 40a2bec
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions examples/search-table-react/800-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ toc: content

## title

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

## table

Expand Down

0 comments on commit 40a2bec

Please sign in to comment.