Const
Renders an Explorer that can show a list of assets and allows selection of single assets, performing bulk operations on multiple assets, filtering, sorting as well as a button to create new assets.
<Explorer<DataInterface> title="Title" columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]} stationKey="station-key" dataProvider={dataProvider} bulkActions={[{ label: 'Action One'}]} onItemClicked={itemClickedHandler}/> Copy
<Explorer<DataInterface> title="Title" columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]} stationKey="station-key" dataProvider={dataProvider} bulkActions={[{ label: 'Action One'}]} onItemClicked={itemClickedHandler}/>
Renders an Explorer that can show a list of assets and allows selection of single assets, performing bulk operations on multiple assets, filtering, sorting as well as a button to create new assets.