Dynamic list, a powerful component that supports CURD operations on specified data lists in Form.
When you need to edit a list item in a form.
When highly customizable output list data is required.
{"DynamicList": {"label": "DynamicList","edit": {"type": "dynamicList","props": {"setting": "dynamic","value": ":dynamic","query": {"sort": "$index"}}}}}
interface IProps extends InputProps {value: stringsetting: stringquery?: { [key: string]: string }}
Properties | Description | Type | Default | Required | Version |
---|---|---|---|---|---|
value | bind value | string | - | yes | |
setting | setting name | string | - | yes | |
query | Submit parameter, which will be integrated into data as it is when submitting data | IProps['query'] | - | No |
Dynamic list, a powerful component that supports CURD operations on specified data lists in Form.
When you need to edit a list item in a form.
When highly customizable output list data is required.
{"DynamicList": {"label": "DynamicList","edit": {"type": "dynamicList","props": {"setting": "dynamic","value": ":dynamic","query": {"sort": "$index"}}}}}
interface IProps extends InputProps {value: stringsetting: stringquery?: { [key: string]: string }}
Properties | Description | Type | Default | Required | Version |
---|---|---|---|---|---|
value | bind value | string | - | yes | |
setting | setting name | string | - | yes | |
query | Submit parameter, which will be integrated into data as it is when submitting data | IProps['query'] | - | No |