You can use this
rowDrag: (params) => { if (params.node.data.name == "John") { return false; } return true; }