-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give DataGrid preferences top-start placement
- Loading branch information
Showing
5 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
.yarn/patches/@mui-x-data-grid-npm-5.17.4-542730a19e.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/components/panel/GridPanel.js b/components/panel/GridPanel.js | ||
index e832b6b806fa0e0a40b79ba299917c81198daaf1..5c0551f98dfe7dc57bd7b168f8d1eb4d9f7e34d2 100644 | ||
--- a/components/panel/GridPanel.js | ||
+++ b/components/panel/GridPanel.js | ||
@@ -76,7 +76,7 @@ const GridPanel = /*#__PURE__*/React.forwardRef((props, ref) => { | ||
|
||
return /*#__PURE__*/_jsx(GridPanelRoot, _extends({ | ||
ref: ref, | ||
- placement: "bottom-start", | ||
+ placement: "top-start", | ||
className: clsx(className, classes.panel), | ||
anchorEl: anchorEl, | ||
modifiers: modifiers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,7 +180,8 @@ | |
"package-json/got": "^11.8.5", | ||
"http-cache-semantics": "~4.1.1", | ||
"cacheable-request": "^10.2.7", | ||
"@mui/[email protected]": "patch:@mui/base@npm%3A5.0.0-alpha.98#./.yarn/patches/@mui-base-npm-5.0.0-alpha.98-f4d605d753.patch" | ||
"@mui/[email protected]": "patch:@mui/base@npm%3A5.0.0-alpha.98#./.yarn/patches/@mui-base-npm-5.0.0-alpha.98-f4d605d753.patch", | ||
"@mui/x-data-grid@^5.17.4": "patch:@mui/x-data-grid@npm%3A5.17.4#./.yarn/patches/@mui-x-data-grid-npm-5.17.4-542730a19e.patch" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,tsx}": "eslint --cache --fix" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters