Skip to content

$dragHTML

defines how a dragged item will look

let $dragHTML: function
grid.$dragHTML = function(obj, e){
return "Moving "+obj.text;
}

also check the next samples:

Articles