You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When grid records are selected and copied to the clipboard (Ctrl+C), the order in which they are copied is the order in which they were selected, rather than the order in which they appear in the grid.
Expected behavior 🤔
When copying records to the clipboard (Ctrl+C) they should be copied in the order they appear in the grid.
Steps to reproduce 🕹
Steps:
Select records individually in an order different to what is displayed in the grid
Copy the records to the clipboard (Ctrl+C)
Paste the records into a text editor (Ctrl+V)
Context 🔦
We allow users of the application to sort grid data in the order that is important to them. Copying records in a different order defeats the purpose of customising the grid sort order.
Please provide a minimal reproduction test case with the latest version. This would help a lot 👷 .
A live example would be perfect. This codesandbox.io templatemay be a good starting point. Thank you!
Duplicates
Latest version
Current behavior 😯
When grid records are selected and copied to the clipboard (Ctrl+C), the order in which they are copied is the order in which they were selected, rather than the order in which they appear in the grid.
Expected behavior 🤔
When copying records to the clipboard (Ctrl+C) they should be copied in the order they appear in the grid.
Steps to reproduce 🕹
Steps:
Context 🔦
We allow users of the application to sort grid data in the order that is important to them. Copying records in a different order defeats the purpose of customising the grid sort order.
Your environment 🌎
`npx @mui/envinfo`
Order ID 💳 (optional)
31318
The text was updated successfully, but these errors were encountered: