Skip to content

Commit

Permalink
[DataGrid] Fix: enable flip on preferences panel (@romgrk) (#13812)
Browse files Browse the repository at this point in the history
Co-authored-by: Rom Grk <[email protected]>
  • Loading branch information
github-actions[bot] and romgrk authored Jul 12, 2024
1 parent 31cc860 commit 9e50b02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/grid/x-data-grid/src/components/panel/GridPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ const GridPanel = React.forwardRef<HTMLDivElement, GridPanelProps>((props, ref)
() => [
{
name: 'flip',
enabled: false,
enabled: true,
options: {
rootBoundary: 'document',
},
},
{
name: 'isPlaced',
Expand Down

0 comments on commit 9e50b02

Please sign in to comment.