@@ -71,7 +71,7 @@ const EditableCell: React.FC<EditableCellProps> = ({
let childNode = children
- if (editable) {
+ if (editable && record.depth !== 1) {
childNode = editing ? (
<Form.Item
style={{ margin: 0 }}