Skip to content

Commit 1d0c4b2

Browse files
docs(datagrid-web): reorder CHANGELOG to Added → Fixed per Keep a Changelog
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45c6730 commit 1d0c4b2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- We added a "Custom row key" property in the Advanced section to provide stable row identifiers when using view entities, preventing scroll position loss during data refresh.
12+
913
### Fixed
1014

1115
- We fixed an issue where custom content columns ignored the export type setting, causing numbers and dates to always export as text in Excel.
@@ -16,12 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1620

1721
- We fixed an issue where numbers with more than 15 significant digits lost precision during Excel export. Such values are now exported as text to preserve all digits.
1822

19-
### Added
20-
21-
- We added a "Custom row key" property in the Advanced section to provide stable row identifiers when using view entities, preventing scroll position loss during data refresh.
22-
23-
### Fixed
24-
2523
- We fixed an issue where the vertical scrollbar disappeared after hiding a wide column while virtual scrolling was enabled.
2624
- We fixed an issue where only the first page loaded when the grid had enough columns to require horizontal scrolling.
2725

0 commit comments

Comments
 (0)