We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to support expanding at a particular index?
Given the following values:
// Array [ {"key0": {...} }, {"key1": {...} }, ] // Object { "key0": { "key0": {...}, "key1": {...} } , "key1": "value1" , } // Mixed { "key0": [ {...}, ], "key1": "value1" , }
Say I want the first entry from the first level to be expanded, would it be possible to achieve this by passing something like expanded={1.1}?
expanded={1.1}
The text was updated successfully, but these errors were encountered:
@nelsieborja Do you want to collapse an object or array by default?
react-json-view/core/src/index.tsx
Lines 52 to 53 in 6e152b8
Sorry, something went wrong.
No branches or pull requests
Is there a way to support expanding at a particular index?
Given the following values:
Say I want the first entry from the first level to be expanded, would it be possible to achieve this by passing something like
expanded={1.1}
?The text was updated successfully, but these errors were encountered: