Skip to content

Commit b56fc5c

Browse files
committed
Redesigned the existing dynamic data viewer to open large tables from metadata without preparing and copying all rows before the initial display.
1 parent b6e10cb commit b56fc5c

6 files changed

Lines changed: 473 additions & 271 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 3.0.9 - 2026-06-15
4+
5+
### Bug Fixes
6+
7+
* Displayed missing R values as `NA` instead of blank data viewer cells.
8+
9+
### Performance
10+
11+
* Redesigned the existing dynamic data viewer to open large tables from metadata without preparing and copying all rows before the initial display.
12+
* Improved global filtering and sorting performance while preserving results across the complete table.
13+
* Improved scrolling responsiveness by reusing the active filter and sort result, prefetching adjacent rows, and removing unnecessary loading delays.
14+
315
## 3.0.8 - 2026-06-08
416

517
### Bug Fixes

0 commit comments

Comments
 (0)