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): continue row numbers across pages instead of resetting per page (#1236)
* fix(datagrid): continue row numbers across pages instead of resetting per page
* fix(datagrid): size # column to fit the widest row number on the current page
* test(datagrid): cover row number column sizing and extract padding constants
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
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Changed
16
16
17
+
- Row numbers in the data grid now continue across pages instead of resetting to 1, matching the pagination footer (page 2 with a page size of 1000 shows 1001-2000). The `#` column auto-sizes to fit the widest row number expected on the current page so values like `14001` no longer clip.
17
18
- The connection window shows the connecting state inline with a Cancel button instead of an empty sidebar.
18
19
- Date, datetime, and timestamp cells use the same inline text editor as other columns; the popover date picker is removed.
19
20
- The foreign key preview popover now follows the selected row when you arrow up or down, refreshing both the anchor and the displayed reference row. Arrow left or right (column change) and row mutations dismiss the popover.
0 commit comments