• Renders various sets of data in a tabular format

    Type Parameters

    Parameters

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

    Example

    <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