vxe-table icon indicating copy to clipboard operation
vxe-table copied to clipboard

vxe-grid 中form的优化建议

Open qishenliang opened this issue 1 year ago • 1 comments

这个需求解决了什么问题:

期望增加一个方法,能动态更新且合并表单项的配置,响应式更新表单项的组件,有很多场景配置是写在一个配置文件,在.vue渲染后会有很多业务操作,比如动态修改select组件的options,或者input的disable

建议的 API 是什么样的:

更新表单项,更新单个传对象,多个数组

tableRef.updateFormItemProp({
  field: 'xxx',
  ...
})

是否已有其他不错的替代方案:

No response

qishenliang avatar Jun 07 '23 02:06 qishenliang