Skip to content

Commit f91f3b3

Browse files
authored
docs: update ProTable doc
1 parent 958ceb4 commit f91f3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/ProTable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ ReactDOM.render(<Demo6 />, _mount_);
690690

691691
| 参数 | 说明 | 类型 | 默认值 |
692692
| -------------- | ------------------------------------------------------ | ----------------------------------------------- | ------ |
693-
| columns |`uiw table` colunms用法一致 必传, 如果需要表单,也在此增加`props` | FormCol[] | [] |
693+
| columns |`uiw table` columns用法一致 必传, 如果需要表单,也在此增加`props` | FormCol[] | [] |
694694
| operateButtons | 操作栏按钮集合,属性与uiw button一致并支持自定义render | `Array<ButtonProps & { render?: JSX.Element }>` | [] |
695695
| searchBtns | 搜索栏按钮集合,属性与uiw button一致并支持自定义render | `Array<ButtonProps & { render?: JSX.Element }>` | [] |
696696
| table | useTable返回值 | Object 必传 | |

0 commit comments

Comments
 (0)