You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Title: Implement smart expand/collapse controls for JSON tree
Description:
Improve the expand/collapse behavior with global controls (expand/collapse all) and a configurable default depth, so complex JSON structures remain manageable and fast to explore.
Tasks:
Add "Expand all" and "Collapse all" actions (optional UI buttons).
Add a parameter for default expansion depth (e.g., DefaultExpandDepth).
Ensure expand/collapse operations are efficient for large JSON.
Preserve expand/collapse state when possible (e.g., when re-rendering with same data).
Update documentation with examples for configuration.
Implement smart expand/collapse controls for JSON treeImprove the expand/collapse behavior with global controls (expand/collapse all) and a configurable default depth, so complex JSON structures remain manageable and fast to explore.
DefaultExpandDepth).