Add multi-row selection support with bulk editing

- Show "(Multiple values)" when selected rows have different values
- Allow bulk editing: changes apply to all selected rows
- Rename format to "Table - Row" for clarity
This commit is contained in:
David Pivoňka
2025-12-08 15:01:02 +01:00
parent 190c610466
commit 38c25cae74
3 changed files with 42 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
},
{
type: 'table',
title: 'Table',
title: 'Table - Row',
component: TableCellView,
single: false,
},