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

@@ -166,6 +166,8 @@ function getResolvedComponent(formElement: FormElementDto) {
return resolveComponent('TheEditor')
case 'DATE':
return resolveComponent('TheDate')
case 'TABLE':
return resolveComponent('TheTable')
default:
return resolveComponent('Unimplemented')
}