My grid layout resembles the one shown in this image: https://i.sstatic.net/S7F0n.png
The ag-grid feature allows you to drag individual child columns (such as 'Game Name' or 'Bought') out from the parent column, dividing the parent into two. I am looking to disable this functionality so that when attempting to drag a child column like 'Bought', it will actually move the entire 'Game of Choice' column along with its children.
If disabling only the dragging of child columns while keeping the capability to drag parents intact is not possible, I am open to exploring alternative solutions.