vue-json-pretty icon indicating copy to clipboard operation
vue-json-pretty copied to clipboard

Question: can I collapse certain named field?

Open bob-lee opened this issue 5 years ago • 1 comments

Thanks for this nice library. I am using on my report page to show various query results. One of the result contains an array with lots of items and I wonder: if I can make the field to be collapsed by default and just showing items count.

...
requests: [...] // 3 items

bob-lee avatar Jun 24 '20 01:06 bob-lee

You can set :show-length="true" and :deep="1" but then every other node on that level will be collapsed as well.

folmert avatar Jun 26 '20 12:06 folmert