abdurrhmansaeed

Results 2 issues of abdurrhmansaeed

I found this solution for node info box https://codepen.io/Vsevporyadin/pen/XwrOjK you can click on any node and the box will show and you can close it it works ok to jstree...

Version : jstree-3.3.16-0-gb3135cf I used regexp in search callback and its working if the user input ^ in the field `search_callback : function (str, node) { try { return node.data.fullname.match(new...