feat(dees-table): add file-manager style row selection and JSON copy support

This commit is contained in:
2026-04-07 14:34:19 +00:00
parent a0d5462ff1
commit b3f098b41e
4 changed files with 199 additions and 31 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-07 - 3.64.0 - feat(dees-table)
add file-manager style row selection and JSON copy support
- adds optional selection checkbox rendering via the show-selection-checkbox property
- supports plain, ctrl/cmd, and shift-click row selection with range selection behavior
- adds Ctrl/Cmd+C and context menu actions to copy selected rows as formatted JSON
- updates row selection styling to prevent native text selection during range selection
## 2026-04-07 - 3.63.0 - feat(dees-table)
add floating header support with fixed-height table mode