GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
205 stars 61 forks source link

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

Closed cmdcolin closed 3 months ago

cmdcolin commented 3 months ago

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