You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/transfer/index.en-US.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,12 @@ One or more elements can be selected from either column, one click on the proper
29
29
| oneWay | Display as single direction style | boolean | false | 3.0.0 |
30
30
| operations | A set of operations that are sorted from top to bottom. | string\[]|\['>', '<']||
31
31
| operationStyle | A custom CSS style used for rendering the operations column | CSSProperties | - | 3.0.0 |
32
-
| pagination | Use pagination. Not work in render props | boolean \| { pageSize: number } | false | 3.0.0 |
32
+
| pagination | Use pagination. Not work in render props | boolean \| { pageSize: number, simple: boolean, showSizeChanger?: boolean, showLessItems?: boolean } | false | 3.0.0 |
33
33
| render | The function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a element which is generated from that record. Also, it can return a plain object with `value` and `label`, `label` is a element and `value` is for title | Function(record) \| slot |||
34
34
| selectedKeys(v-model) | A set of keys of selected items. | string\[]|\[]||
35
35
| showSearch | If included, a search box is shown on each column. | boolean | false ||
36
36
| showSelectAll | Show select all checkbox on the header | boolean | true ||
37
+
| status | Set validation status | 'error' \| 'warning' | - | 3.3.0 |
37
38
| targetKeys(v-model) | A set of keys of elements that are listed on the right column. | string\[]|\[]||
38
39
| titles | A set of titles that are sorted from left to right. | string\[]| - ||
0 commit comments