Is it possible /how to fix grouping column so that it could not be moved?
Is it possible /how to fix grouping column so that it could not be moved?
Pin your column to the left and set lockPinned to true, both in autoGroupColumnDef:
autoGroupColumnDef: {
pinned: 'left',
lockPinned: true,
},
Demo.