Renders various sets of data in a tabular format
<List<DataInterface> columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]} data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]} itemClicked={(item)=> {console.log(item)}}/> Copy
<List<DataInterface> columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]} data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]} itemClicked={(item)=> {console.log(item)}}/>
Generated using TypeDoc
Renders various sets of data in a tabular format