Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 3X3 网格窗格。我需要在单元格之间移动节点或删除一些节点,例如x,y位置。在这样做时,我希望剩余的节点相应地重新排列。就像我删除第一个节点一样,单元格处的节点0,1应该占据0,0等等..
x,y
0,1
0,0
我正在通过 DnD 执行此操作。有没有办法自动排列单元节点,而不是在 drop 事件上使用自定义逻辑?