jsonTreeViewer icon indicating copy to clipboard operation
jsonTreeViewer copied to clipboard

Make the filterFunc in expand works recursively

Open jnhyperion opened this issue 6 years ago • 2 comments

Code: tree.expand( function(node) { return node.label != 'schema'; } ); will work like this: image

jnhyperion avatar Jul 24 '19 09:07 jnhyperion

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

KraXen72 avatar Jan 02 '21 19:01 KraXen72

thanks

treatortrick avatar Nov 01 '22 11:11 treatortrick