Closed Julan76 closed 7 years ago
Hello, Try this example please. http://jsfiddle.net/JsmartGilles/zdp34dmk/9/
I have already tried ( as in the fiddle ): equality: function(node1, node2) { return node1 === node2; } It's not working. How can I solve this bug ?
SOLVED ! Well, it 's my mistake: I had forgotten to attach options in html part. Thank you!
Hello, Try this example please. http://jsfiddle.net/JsmartGilles/zdp34dmk/9/
I have already tried ( as in the fiddle ): equality: function(node1, node2) { return node1 === node2; } It's not working. How can I solve this bug ?