feat: Add TheTable form element

This commit is contained in:
2025-12-27 17:32:16 +01:00
parent 6fe20d3746
commit be9d2ec9d7
7 changed files with 291 additions and 3 deletions

View File

@@ -23,7 +23,13 @@
"title": "Titel",
"text": "Text",
"unimplemented": "Element nicht implementiert:",
"richTextPlaceholder": "Schreiben Sie hier Ihre Ergänzungen..."
"richTextPlaceholder": "Schreiben Sie hier Ihre Ergänzungen...",
"table": {
"addRow": "Zeile hinzufügen",
"removeRow": "Zeile entfernen",
"emptyValue": "Keine Eingabe",
"noData": "Keine Daten vorhanden"
}
},
"status": {
"draft": "Entwurf",

View File

@@ -23,7 +23,13 @@
"title": "Title",
"text": "Text",
"unimplemented": "Element unimplemented:",
"richTextPlaceholder": "Write your additions here..."
"richTextPlaceholder": "Write your additions here...",
"table": {
"addRow": "Add row",
"removeRow": "Remove row",
"emptyValue": "No input",
"noData": "No data available"
}
},
"status": {
"draft": "Draft",