dynamic arrays of components
The different Tabs components don't seem to support Eval for the tab names, which made me realize there may not actually be a way to dynamically add and remove components from an app. My specific use case is I wanted to convert a Plotly Dash dashboard into Windmill. In this dashboard script, I create an AgGrid Table in each tab to allow the user to build arbitrary groupings of data to compare in the different charts, which has proven very useful. Is this at all possible to implement in Windmill? If not, I'm guessing I need to just run the dashboard separately and maybe embed it in Windmill.
1 Reply
Actually this seems like it might be possible using Carousel...