Skip to content

Commit ca3de7d

Browse files
samuelreichertgjulivan
authored andcommitted
fix(datagrid-web): add styles prop to dg2 WidgetRoot component
1 parent 98c8f30 commit ca3de7d

File tree

1 file changed

+1
-1
lines changed
  • packages/pluggableWidgets/datagrid-web/src/components

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/datagrid-web/src/components/Widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const Widget = observer(<C extends GridColumn>(props: WidgetProps<C>): Re
8989
className={className}
9090
selectionMethod={selectActionHelper.selectionMethod}
9191
selection={selectionEnabled}
92-
style={{}}
92+
style={props.styles}
9393
exporting={exporting}
9494
>
9595
<Main {...props} data={exporting ? [] : props.data} />

0 commit comments

Comments
 (0)