I am developing a dashboard using streamlit. I want to display the products that are available in the form of a tree structure on the side bar. Is it possible to do it.
The only way I can think of @HariGan is to use two separate select boxes, where the first selects a, b etc. and based on that selection, you set up the second selectbox to have a1, a2 etc. Its similar to saying company and model, for example, as I understand it. I use this style in the dashboard that I’ve written.
I am actually looking to have something like a folder structure. Because we are trying to replicate a specific UI/UX so. If there any possibility for that.