Maik Sicks
Maik Sicks
I did it this way: ```vue ``` Not beautiful but works fine. EDIT: Will only work if your array elements are unique. (Two objects with the same content are also...
@sblantipodi You could call `Ping.ping(host, 1);` to only send one ping request. This works quite fast.
> Another solution is to wrap the array in a computed property and add an id The problem is that the id changes when dragging the elements around. It may...
> without having the clone the array **Short answer**: not possible **Long answer**: Why does sortable need unique values? Imagine you have a sortable list with a title and a...
@MikesAtMIT When you store all data inside the array and don't rely on the internal component variables, it doesn't matter what type of key you use. ------ It should even...
@sblantipodi What about this? :) #47