0

我正在尝试使用拖放 html5 事件 [ https://www.w3schools.com/html/html5_draganddrop.asp]将数据从一个剑道网格复制到另一个网格。当我尝试时ev.target.appendChild(document.getElementById(data));,我得到数据不是类型的错误node。我希望要删除的数据必须与放置区域中的现有数据重叠。那么我应该如何达到同样的效果呢?

这是 stackblitz 链接: https ://stackblitz.com/edit/angular-d3jkhn?file=app/app.component.ts

4

1 回答 1

0

我建议你使用 Angular Material 中的这个

希望这对您有所帮助。

拖放

于 2019-08-20T18:09:12.227 回答