Skip to content
On this page

SubForm 子表单

子表单是一种实现一对多关系中明细数据展示、编辑的容器组件。

子表单内只能放置字段组件,不能放置其他容器组件。

一个表单可以包含多个子表单组件。

子表单支持交互事件和 API 方法,可以实现复杂的交互逻辑。

何时使用

  • 用于子表单提交场景。

示例

待补充

组件属性

属性说明类型默认值
title标题string"子表单"
behavior表单组件显示状态normal,disabled,readonly,hiddennormal
rowKey唯一行标识string-
bordered是否显示表格边框booleantrue
noPadding是否隐藏边距booleanfalse

Released under the MIT License.