From ef0c2165335aa3e33049398967c507f204349897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernst=20W=C3=BCrger?= Date: Tue, 27 Feb 2024 09:45:59 +0100 Subject: [PATCH] fix(tree-view): Add more information (#78) Added the following render parameters: - `max_partition`: The depth for the computed tree - `super`: Either `ALL` for super relation for all nodes or `ROOT` for just on root. - `sub`: Same as `super` just for `sub`.