react-json-tree
react-json-tree copied to clipboard
On-field-click event
trafficstars
Are there any plans to add on-field-click event? There are only 3 types of events (edit, add, delete). I was wondering if it will be possible to handle on click event in future.
Not sure what you are trying to achieve, but I used the labelRenderer to return a link. The first parameter there gives you access to most information that you would need.
How to acheive(edit, add, delete) event? I didn't find that in the introduction.