We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958ceb4 commit f91f3b3Copy full SHA for f91f3b3
packages/components/src/ProTable/README.md
@@ -690,7 +690,7 @@ ReactDOM.render(<Demo6 />, _mount_);
690
691
| 参数 | 说明 | 类型 | 默认值 |
692
| -------------- | ------------------------------------------------------ | ----------------------------------------------- | ------ |
693
-| columns | 与`uiw table` colunms用法一致 必传, 如果需要表单,也在此增加`props` | FormCol[] | [] |
+| columns | 与`uiw table` columns用法一致 必传, 如果需要表单,也在此增加`props` | FormCol[] | [] |
694
| operateButtons | 操作栏按钮集合,属性与uiw button一致并支持自定义render | `Array<ButtonProps & { render?: JSX.Element }>` | [] |
695
| searchBtns | 搜索栏按钮集合,属性与uiw button一致并支持自定义render | `Array<ButtonProps & { render?: JSX.Element }>` | [] |
696
| table | useTable返回值 | Object 必传 | |
0 commit comments