Fixes box shadow not working for table and Hide fx for Make all columns editable field in table (#10439)

* Hide fx for Make all columns editable field in table

* Fix box shadow not working for table
This commit is contained in:
Nakul Nagargade 2024-07-30 09:37:35 +05:30 committed by GitHub
parent cb1c5c6034
commit e832bbf2c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ import { useAppDataStore } from '@/_stores/appDataStore';
import _ from 'lodash';
const shouldAddBoxShadowAndVisibility = [
'Table',
'TextInput',
'PasswordInput',
'NumberInput',

View file

@ -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"
/>
</div>