Basically what this is doing is there are st.expanders for each window. Inside the expander, I enter window dimensions in text boxes. Based on those dimensions, I have the user enter Product Breakdowns that can help decide what length of product is needed to complete the window.
Now, I want to switch from an expander style and input this information in a st.data_editor. Each row in the table will have window dimensions.
The challenge is that, once I submit/save the table, I want the last column in each row to have its own button that opens a popover. Inside this popover, I will have the user enter window specific product breakdown.
My research so far tells me I can also not use popovers inside a dataframe. I tried achieving this with st.tabs but it did not turn out to be user-friendly because it would keep coming back to the first tab after every click.
Can I get more ideas on how something like this can be achieved? I want to stick to a table structure to enter window dimensions, however, I am open to how I can have the user input product breakdown details and save them in the backend.
Would appreciate any leads here and happy to provide more clarifications if needed.
So for example, there is a window of length 5000mm. We need total product of 5000mm to complete the window.
If you see in the given screenshot, there is first a dropdown where you can select an available product length. This part can be achieved with the SelectBox column.
However, one of the options in the dropdown is an Add Custom button. If the user wants to add custom lengths, they will click here.
Once they click on this, based on how many pieces are entered in the number field, the length fields below will change dynamically.
In this case, the user has entered 2 pieces so there are 2 length fields showing below. Basically here we are using 2 pieces of 2500mm to complete the 5000mm window. (ignore the results table)
I need my app to support this dynamic functionality which is not possible with select box.
I think this is most closely achievable with a popover. Open to any other ideas too.
I don’t think data_editor is flexible enough for the use case you described. Just with columns and containers you could get a table-like look, something like:
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.