$dragHTML
defines how a dragged item will look
let $dragHTML: function
Example
Section titled “Example”grid.$dragHTML = function(obj, e){ return "Moving "+obj.text;}
also check the next samples:
See also
Section titled “See also”Articles
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