Skip to content

Commit

Permalink
ASelect支持disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 27, 2019
1 parent 1eb1ec5 commit aeb9918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VXETable.use(VXETablePluginAntd)
| name | 支持的渲染组件 | String | AInput, AAutocomplete, AInputNumber, ASwitch, ARate ||
| props | 渲染组件附加属性,参数请查看被渲染的 Component props | Object || {} |
| options | 只对 name=ASelect 有效,下拉组件选项列表 | Array || [] |
| optionProps | 只对 name=ASelect 有效,下拉组件选项属性参数配置 | Object || { value: 'value', label: 'label' } |
| optionProps | 只对 name=ASelect 有效,下拉组件选项属性参数配置 | Object || { value: 'value', label: 'label', disabled: 'disabled' } |
| optionGroups | 只对 name=ASelect 有效,下拉组件分组选项列表 | Array || [] |
| optionGroupProps | 只对 name=ASelect 有效,下拉组件分组选项属性参数配置 | Object || { options: 'options', label: 'label' } |
| events | 渲染组件附加事件,参数为 ( {row,rowIndex,column,columnIndex}, ...Component arguments ) | Object |||
Expand All @@ -46,7 +46,7 @@ VXETable.use(VXETablePluginAntd)
| name | 支持的渲染组件 | String | AInput, AAutocomplete, AInputNumber, ASelect, ACascader, ADatePicker, AMonthPicker, ARangePicker, AWeekPicker, ATimePicker, ATreeSelect, ASwitch, ARate ||
| props | 渲染组件附加属性,参数请查看被渲染的 Component props | Object || {} |
| options | 只对 name=ASelect 有效,下拉组件选项列表 | Array || [] |
| optionProps | 只对 name=ASelect 有效,下拉组件选项属性参数配置 | Object || { value: 'value', label: 'label' } |
| optionProps | 只对 name=ASelect 有效,下拉组件选项属性参数配置 | Object || { value: 'value', label: 'label', disabled: 'disabled' } |
| optionGroups | 只对 name=ASelect 有效,下拉组件分组选项列表 | Array || [] |
| optionGroupProps | 只对 name=ASelect 有效,下拉组件分组选项属性参数配置 | Object || { options: 'options', label: 'label' } |
| events | 渲染组件附加事件,参数为 ( {row,rowIndex,column,columnIndex}, ...Component arguments ) | Object |||
Expand All @@ -58,7 +58,7 @@ VXETable.use(VXETablePluginAntd)
| name | 支持的渲染组件 | String | AInput, AAutocomplete, AInputNumber, ASelect, ASwitch, ARate ||
| props | 渲染组件附加属性,参数请查看被渲染的 Component props | Object || {} |
| options | 只对 name=ASelect 有效,下拉组件选项列表 | Array || [] |
| optionProps | 只对 name=ASelect 有效,下拉组件选项属性参数配置 | Object || { value: 'value', label: 'label' } |
| optionProps | 只对 name=ASelect 有效,下拉组件选项属性参数配置 | Object || { value: 'value', label: 'label', disabled: 'disabled' } |
| optionGroups | 只对 name=ASelect 有效,下拉组件分组选项列表 | Array || [] |
| optionGroupProps | 只对 name=ASelect 有效,下拉组件分组选项属性参数配置 | Object || { options: 'options', label: 'label' } |
| events | 渲染组件附加事件,参数为 ( {row,rowIndex,column,columnIndex}, ...Component arguments ) | Object |||
Expand Down

0 comments on commit aeb9918

Please sign in to comment.