Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGridPro placement panel filter no works #15005

Closed
93carlosmesa opened this issue Oct 17, 2024 · 4 comments · Fixed by #15022
Closed

DataGridPro placement panel filter no works #15005

93carlosmesa opened this issue Oct 17, 2024 · 4 comments · Fixed by #15022
Labels
component: data grid This is the name of the generic UI component, not the React module! regression A bug, but worse

Comments

@93carlosmesa
Copy link

93carlosmesa commented Oct 17, 2024

Steps to reproduce

Link to live example: (required)

Steps:

  1. DataGridPro
  2. Add SlotProps
  3. Add panel => placement: 'top-end'

EX: slotProps={{
panel: {
placement: 'top-end',
open: true,
},
}}

Current behavior

Display the panel on the left.

Expected behavior

It should show the panel on the right

Context

The panel opens on the left side in version 7.20, while in version 6.X it worked fine.

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: DataGridPro; panel; placement

@93carlosmesa 93carlosmesa added bug 🐛 Something doesn't work status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Oct 17, 2024
@github-actions github-actions bot added the component: data grid This is the name of the generic UI component, not the React module! label Oct 17, 2024
@MBilalShafi

This comment was marked as outdated.

@MBilalShafi MBilalShafi added status: waiting for author Issue with insufficient information and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Oct 18, 2024
@MBilalShafi
Copy link
Member

Update: I can confirm this regression. Here are the codesandbox examples:

v6: https://codesandbox.io/p/sandbox/gifted-thunder-pmdy6r (working)
v7: https://codesandbox.io/p/sandbox/condescending-tereshkova-ytknq9 (not working)

@MBilalShafi MBilalShafi added regression A bug, but worse and removed bug 🐛 Something doesn't work status: waiting for author Issue with insufficient information labels Oct 18, 2024
@93carlosmesa
Copy link
Author

@MBilalShafi Thank you very much for corroborating this, is there a temporary solution? Or should I wait until it is fixed?

@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Oct 19, 2024
@cherniavskii cherniavskii removed the bug 🐛 Something doesn't work label Oct 21, 2024
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Note

@93carlosmesa How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! regression A bug, but worse
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants