Skip to content

Commit

Permalink
docs:Update documentation for ProTable (#9025)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenJJ-88 authored Feb 20, 2025
1 parent 32cb3b8 commit 13b8728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/table/src/components/table.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ ref.current.cancelEditable(rowKey);
| onFilter | Filter the form, use the built-in ProTable when it is true, turn off local filtering when it is false | `(value, record) => boolean` \|`false` | false |
| request | Request enumeration from server | [request](https://procomponents.ant.design/components/schema#request-%E5%92%8C-params) | - |
| initialValue | Initial value of query form item | `any` | - |
| disable | Status of `disabled` in column settings | `boolean` \| `{ checkbox: boolean; }` | - |
| ignoreRules | gnore rules, LightFilter should not support rules, the default is false. | `any` | - |

### valueType value type

Expand Down
1 change: 1 addition & 0 deletions packages/table/src/components/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ ref.current.cancelEditable(rowKey);
| request | 从服务器请求枚举 | [request](https://procomponents.ant.design/components/schema#request-%E5%92%8C-params) | - |
| initialValue | 查询表单项初始值 | `any` | - |
| disable | 列设置中`disabled`的状态 | `boolean` \| `{ checkbox: boolean; }` | - |
| ignoreRules | 忽略rules,LightFilter 应该不支持rules,默认是 false。| `boolean` \| - |

### valueType 值类型

Expand Down

0 comments on commit 13b8728

Please sign in to comment.