Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data Explorer: Pass comparator function to correctly sort row/column …
…indexes when exporting to clipboard (#3848) Addresses #3819. `Array.sort` called without a comparator function results in the values being sorted lexically based on their string representation. ### QA Notes Use Command-click (on macOS) or Control-click (Windows/Linux) to select a subset of rows or columns in the data explorer and copy-paste into a spreadsheet. The values should appear in the visible order as in the data grid rather than in the selection order.
- Loading branch information