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

@@ -196,6 +196,7 @@ export const tableStyles: CSSResult[] = [
tbody tr {
transition: background-color 0.15s ease;
position: relative;
user-select: none;
}
/* Default horizontal lines (bottom border only) */