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
fix(datagrid): keep a column order whose columns have not changed (#2461)
* fix(datagrid): keep a column order whose columns have not changed
* fix(datagrid): drop a saved column order when two columns share a name
---------
Signed-off-by: Ngô Quốc Đạt <datlechin@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
50
- Connections strip not scrolling to the entry you switch to.
51
51
- Grid cells left at the old column positions until the next click, after a resize, an auto-fit, a reorder, hiding a column, or a row-number width change. (#2449)
52
52
- The row-number column draggable out of first place, which walked it to the far right on the next refresh.
53
+
- A reordered column snapping back on the next refresh in the Structure tab and in query results.
53
54
- Double-clicking a cell editing the wrong row, after deleting one of several rows added in the same session.
54
55
- VoiceOver reading a cell's value under a different row's number after such a delete.
0 commit comments