We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c8f30 commit ca3de7dCopy full SHA for ca3de7d
packages/pluggableWidgets/datagrid-web/src/components/Widget.tsx
@@ -89,7 +89,7 @@ export const Widget = observer(<C extends GridColumn>(props: WidgetProps<C>): Re
89
className={className}
90
selectionMethod={selectActionHelper.selectionMethod}
91
selection={selectionEnabled}
92
- style={{}}
+ style={props.styles}
93
exporting={exporting}
94
>
95
<Main {...props} data={exporting ? [] : props.data} />
0 commit comments