Skip to content

Commit 631494d

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 010d7f2 commit 631494d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

Lines changed: 4 additions & 4 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,10 +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-
2323
## [3.9.0] - 2026-03-23
2424

2525
### Changed

0 commit comments

Comments
 (0)