diff --git a/client/components/Editors/Table/index.tsx b/client/components/Editors/Table/index.tsx index aa1ea2e98..9a6d9410a 100644 --- a/client/components/Editors/Table/index.tsx +++ b/client/components/Editors/Table/index.tsx @@ -68,6 +68,8 @@ export default function TableEditor(props: TableEditorProps) { rowHeight={rowHeight} showColumnMenuLockOptions={false} showColumnMenuGroupOptions={false} + columnContextMenuConstrainTo={true} + columnContextMenuPosition={'fixed'} {...others} /> )