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

Custom Formatter

Open k0nstant1na opened this issue 1 year ago • 1 comments

Ιs there a way to highlight a specific node (key-value) if it has a specific value? customValueFormatter prop highlight only the value.

k0nstant1na avatar Aug 10 '22 19:08 k0nstant1na

I have 2 suggestions:

  1. Mark each node with the class attribute, you can add styles according to different class names, for example, you can use the path of the current node, but when the level is very deep, the class name will become very long.
  2. Add a new attribute, such as pathHighlightList, which can automatically highlight at the component layer if it meets the conditions.

leezng avatar Aug 11 '22 02:08 leezng

Now, you can use slot to achieve.

leezng avatar Jan 17 '23 02:01 leezng