feat(dees-table): add schema-based in-cell editing with keyboard navigation and cell edit events

This commit is contained in:
2026-04-07 15:32:10 +00:00
parent 2f95979cc6
commit efea2d62d9
6 changed files with 451 additions and 91 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-07 - 3.65.0 - feat(dees-table)
add schema-based in-cell editing with keyboard navigation and cell edit events
- replace editableFields with per-column editor configuration for text, number, checkbox, dropdown, date, and tags inputs
- add focused/editing cell state with arrow key navigation plus Enter, Tab, Shift+Tab, F2, and Escape editing controls
- dispatch cellEdit and cellEditError events with typed payloads and support column-level format, parse, validate, and editorOptions hooks
- update table styles and demos to reflect editable cell behavior and rename sticky header usage to fixedHeight
## 2026-04-07 - 3.64.0 - feat(dees-table)
add file-manager style row selection and JSON copy support