• Selection Explorer

    Type Parameters

    Parameters

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

    Example

    <SelectionExplorer<DataInterface>
    title="Title"
    columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}
    stationKey="station-key"
    dataProvider={dataProvider}
    />

Generated using TypeDoc