-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add onSelect feature from react-json-view #68
Comments
@Bushstar You can achieve a similar onSelect effect using the Row component: <Row onClick={() => { }} /> |
That would be great. Does this usage look correct?
|
@Bushstar You can try running the example; it looks fine. react-json-view/core/README.md Lines 379 to 430 in 3208d82
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-json-view has the onSelect prop, it takes a function, clicking a value triggers that function.
The text was updated successfully, but these errors were encountered: