Skip to content

Commit

Permalink
[DataGrid] Fix: enable flip on preferences panel (#13803)
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jul 11, 2024
1 parent 7f379e3 commit 1153acd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/x-data-grid/src/components/panel/GridPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 1153acd

Please sign in to comment.