79439194

Date: 2025-02-14 11:24:01
Score: 0.5
Natty:
Report link

You can use this

  rowDrag: (params) => {
    if (params.node.data.name == "John") {
      return false;
    }
    return true;
  }
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29643990