Daniel
Daniel
I guess you mean you want to have a prop similar to `collapsedPaths`.
In the latest code, the original `customValueFormatter` has been adjusted to support slot rendering (#nodeValue), we can add a slot like `nodeKey`, if you are interested, I will be happy...
@mutdmour Thanks for your PR, it looks very nice. I like this feature. I have some suggestions before merging that you can take a look.
It means that you want a callback for brackets open/close? But I can’t see your usage scenario in the demo page.
Can your opinion help a PR?
Have you turned on the virtual list mode?
Sorry, I have been busy recently and did not reply in time. I found this problem. In the demo, when the array reaches 10,000, it took 5s to calculate. My...
In the latest version(1.9.0 & 2.2.0), the efficiency of JSON parsing has been improved by 40 times compared with the previous version, maybe you can have a try.
I think css isn't a good solution, maybe provide a custom render method?
There is such an example: ```json { "name": "aa", "children": { "name": "bb" } } ``` If I add the `vjs-key-name` classname to the key, then there will be 2...