+ The data source multi selectable component is introduced in 2.14 which uses + OuiFieldSearch and OuiPopover as the base components. When multi data source feature + is enabled, this component can be consumed by adding dataSourceManagement as option + plugin, and then mounted to the navigation bar by passing setHeaderActionMenu from + AppMountParameters to the getDataSourceMenu function exposed from the plugin. This + component can be used to select multiple connected data sources. Find the mounted + example in the navigation bar with selected option +
+
+
+ The data source selectable component is introduced in 2.14 which uses OuiFieldSearch + and OuiPopover as the base components. When multi data source feature is enabled, this + component can be consumed by adding dataSourceManagement as option plugin, and then + mounted to the navigation bar by passing setHeaderActionMenu from AppMountParameters + to the getDataSourceMenu function exposed from the plugin. This component can be used + to select single connected data sources. Find the mounted example in the navigation + bar with selected option +
+
+
+ The data source selector component is introduced in 2.12 which uses OuiComboBox as the + base component. When multi data source feature is enabled, this component would show + up in the devtools page and add sample data page. Here is an example to render the + data source selector within the page. This component can be used to select a single + connected data source. Find the selector component rendered below with selected option + below +
+
+