diff --git a/frontend/src/Editor/Components/Table/Table.jsx b/frontend/src/Editor/Components/Table/Table.jsx index c8c4ba651c..ae4612add1 100644 --- a/frontend/src/Editor/Components/Table/Table.jsx +++ b/frontend/src/Editor/Components/Table/Table.jsx @@ -550,6 +550,7 @@ export function Table({ } return (
-
- +
+
- + { @@ -213,8 +218,10 @@ class TableComponent extends React.Component { />
{(column.columnType === 'string' || column.columnType === undefined || column.columnType === 'default') && ( -
- +
+
)} -
+
-
+
{column.isEditable && (
-
{this.props.t('widget.Table.validation', 'Validation')}
-
+
+ {this.props.t('widget.Table.validation', 'Validation')} +
+
-
+
-
+
-
+
{this.props.t('widget.Table.validation', 'Validation')}
-
+
-
+
-
+
-
+
{column.isEditable && (
-
{this.props.t('widget.Table.validation', 'Validation')}
-
+
+ {this.props.t('widget.Table.validation', 'Validation')} +
+
)} -
+
-