When setting a drop callback on the treelister COMP if you drop an OP onto it then it doesn’t give you the row or column info, only the op name. This is because it’s a container wrapped around a list COMP set to “Use Parents Drop Settings”.
If I put the callback onto the list itself it works as expected but this list is a clone and so this workaround won’t save unless you make the component clone immune.