79236991

Date: 2024-11-29 11:55:11
Score: 1
Natty:
Report link

I use 'onDragStarted' and then get something like

function onDragStarted(evt) {
   if(evt.target.attributes['col-id'].nodeValue === 'my-target-col') {
      evt.api.dragAndDropService.eGhostIcon.nextElementSibling.innerHTML = 'my new header';
   }
 }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sun-rock-2022