There are multiple analysis report under the same parent name.
How to collapse/group them into the parent name, so when click the parent, it will expand the list of all the analysis?
For example:
Multiple report under analysis_today, so, the sidebar should group all the “_today” into the analysis_today. When user click the analysis_today, then expand all the items grouped.
Here I tried to implement what you have in your mind by utilizing Dash Mantine Component just to give you an idea how you can arrange your app layout. You can use whichever community component (e.g Dash Bootstrap Component etc.) you like by following the code snippet as a blueprint.