feat: show field model settings in table header

This commit is contained in:
gchust 2025-06-25 15:52:55 +08:00
parent 75b4de9b07
commit 87c12e767f

View File

@ -21,6 +21,7 @@ export class TableColumnModel extends FieldModel {
model={this}
containerStyle={{ display: 'block', padding: '11px 8px', margin: '-11px -8px' }}
showBorder={false}
settingsMenuLevel={2}
>
{this.props.title}
</FlowsFloatContextMenu>