You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Dashboard for React - How to access API of underlying widgets
13
8
14
9
The following example shows how to customize options of underlying widgets in the Dashboard Component for React. For this, you need to handle the [onItemWidgetOptionsPrepared](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.ViewerApiExtensionOptions?p=netframework#js_devexpress_dashboard_viewerapiextensionoptions_onitemwidgetoptionsprepared) event.
15
10
11
+
<!-- default file list -->
12
+
## Files to Look At
13
+
14
+
*[App.js](./dashboard-react-app/src/App.js)
15
+
<!-- default file list end -->
16
+
16
17
The customized options are listed below:
17
18
18
19
- The hovered grid row is highlighted in the underlying [dxDataGrid](https://js.devexpress.com/DevExtreme/ApiReference/UI_Components/dxDataGrid/).
0 commit comments