diff --git a/frontend/src/Editor/BoxUI.jsx b/frontend/src/Editor/BoxUI.jsx index 8559cc559f..61f870a9db 100644 --- a/frontend/src/Editor/BoxUI.jsx +++ b/frontend/src/Editor/BoxUI.jsx @@ -11,6 +11,7 @@ import { useAppDataStore } from '@/_stores/appDataStore'; import _ from 'lodash'; const shouldAddBoxShadowAndVisibility = [ + 'Table', 'TextInput', 'PasswordInput', 'NumberInput', diff --git a/frontend/src/Editor/Inspector/Components/Table/Table.jsx b/frontend/src/Editor/Inspector/Components/Table/Table.jsx index 3363ea4bda..c74d9df4f9 100644 --- a/frontend/src/Editor/Inspector/Components/Table/Table.jsx +++ b/frontend/src/Editor/Inspector/Components/Table/Table.jsx @@ -704,7 +704,7 @@ class TableComponent extends React.Component { property="isAllColumnsEditable" props={{ isAllColumnsEditable: `{{${this.state.isAllColumnsEditable}}}` }} component={this.props.component} - paramMeta={{ type: 'toggle', displayName: 'Make all columns editable' }} + paramMeta={{ type: 'toggle', displayName: 'Make all columns editable', isFxNotRequired: true }} paramType="properties" />