feat(dees-table): add virtualized row rendering for large tables and optimize table rendering performance

This commit is contained in:
2026-04-07 15:56:55 +00:00
parent a1e808345e
commit ac9cc8cfed
4 changed files with 529 additions and 161 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-07 - 3.66.0 - feat(dees-table)
add virtualized row rendering for large tables and optimize table rendering performance
- add a virtualized mode with configurable overscan to render only visible rows while preserving scroll height
- improve table render performance with memoized column and view-data computation plus deferred floating header rendering
- update the dees-table demo to showcase virtualized scrolling in the fixed-height example
## 2026-04-07 - 3.65.0 - feat(dees-table)
add schema-based in-cell editing with keyboard navigation and cell edit events