in edge browser, there will be an arrow when draging table item ,how to fix or change its style?
https://jsbin.com/henuyiw/edit?css,js,output

This is due to the fact that Sortable is using the browsers native drag & drop API. If you want to use Sortable's fallback, set forceFallback: true in the options.
it works,thanks
Most helpful comment
it works,thanks