yonicd / jsTree

R htmlwidget for inspecting heirachal structures with the ‘jQuery’ ‘jsTree’ Plugin.
https://yonicd.github.io/jsTree/
Other
30 stars 7 forks source link

R6 api - conditionalselect fix #13

Closed dylancis closed 5 years ago

dylancis commented 5 years ago

With the help of a colleague of mine, we found a hack to make it works with or without the conditionalselect pluggin loaded. Uisng: 'conditionalselect' : x.jsplugins.conditionalselect ? x.jsplugins.conditionalselect[0] : function(){return true;}

yonicd commented 5 years ago

ty!