Renders a list of data that whose rows can be added, deleted, and repositioned
<DynamicDataListControl<DataInterface>label={'Control Label'}columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]}onChange={e => console.log(e)}/> Copy
<DynamicDataListControl<DataInterface>label={'Control Label'}columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]}onChange={e => console.log(e)}/>
Generated using TypeDoc
Renders a list of data that whose rows can be added, deleted, and repositioned