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