<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
Navigation Explorer