feat(dees-table): add floating header support with fixed-height table mode

This commit is contained in:
2026-04-07 13:55:43 +00:00
parent e806c9bce6
commit f1c204f790
4 changed files with 364 additions and 91 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-07 - 3.63.0 - feat(dees-table)
add floating header support with fixed-height table mode
- replace the sticky-header option with a fixed-height mode for internal scrolling
- add a JS-managed floating header so column headers remain visible when tables scroll inside ancestor containers
- sync floating header column widths and filter rows with the rendered table
## 2026-04-07 - 3.62.0 - feat(dees-table)
add multi-column sorting with header menu controls and priority indicators