• Navigation Explorer

    Type Parameters

    Parameters

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

    Example

    <NavigationExplorer<DataInterface>
    title="Title"
    columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}
    stationKey="station-key"
    dataProvider={dataProvider}
    bulkActions={[{ label: 'Action One'}]}
    calculateNavigateUrl={(rowData => `/details/${rowData.id}`)}
    />

Generated using TypeDoc