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

Fix sorting data grid on multi-wiggle 'Edit colors/arrangement' dialog #4441

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented Jun 14, 2024

We have a system of sorting in a controlled manner so users can change the order of rows manually in addition to performing sorting as an "action".

However, the use of the "sortingOrder" prop was causing issues and so sorting was doing nothing on main branch, presumably due to x-data-grid v7 type updates.

This PR removes the sortingOrder props and then does a couple more typescript cleanups

@cmdcolin cmdcolin changed the title Removing sortingOrder prop on multi-wiggle data grid which was preventing sorting at all Fix sorting data grid on multi-wiggle 'Edit colors/arrangement' dialog Jun 14, 2024
@cmdcolin cmdcolin merged commit 4bae7ad into main Jun 14, 2024
9 of 10 checks passed
@cmdcolin cmdcolin deleted the multiwiggle_sourcesgrid branch June 14, 2024 16:29
@cmdcolin cmdcolin added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant