Renders a list of data that whose rows can be added, deleted, and repositioned This is a wrapper for the DynamicDataListControl and meant to be used only within a form station
<Field name="list" label="Control Label" columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]} data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]} as={DynamicDataListField} /> Copy
<Field name="list" label="Control Label" columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]} data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]} as={DynamicDataListField} />
Generated using TypeDoc
Renders a list of data that whose rows can be added, deleted, and repositioned This is a wrapper for the DynamicDataListControl and meant to be used only within a form station