File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
examples/search-table-react Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments