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