jsonTreeViewer
jsonTreeViewer copied to clipboard
Make the filterFunc in expand works recursively
Code:
tree.expand( function(node) { return node.label != 'schema'; } );
will work like this:

i added this to my local copy it works like a treat thanks
thanks