From 3a172e24569c5a282add546463124cef3f88eccd Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 15 Apr 2026 08:05:10 -0400 Subject: [PATCH] Find working expand depth control: view.set_depth + plugin.draw After testing plugin_config.expand_depth (no effect) and view.set_depth + flush() (no effect), confirmed that view.set_depth(d) followed by plugin.draw(view) correctly collapses/expands all rows to depth d. Co-Authored-By: Claude Sonnet 4.6 --- ui/src/pages/Pivot.jsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ui/src/pages/Pivot.jsx b/ui/src/pages/Pivot.jsx index ad61ae8..b282e6c 100644 --- a/ui/src/pages/Pivot.jsx +++ b/ui/src/pages/Pivot.jsx @@ -290,13 +290,21 @@ export default function Pivot({ source }) { {/* expand_depth test buttons */}
expand test: + {[0, 1, 2, 3].map(d => (