I have a repeating group for options under one variation. In this repeating group, I can change the name of the option and add another option. I also have one repeating group for options with two inputs per cell for its stock and price.
The problem is when I try to add a new option, most of the time it doesn’t show in the UI however, the datatypes have already been created in the database upon clicking “add option”
It’s weird since the only way to show the newly added data is to:
refresh
or
scroll up or at least go somewhere within the page where you can’t see the repeating groups and go back to it again.
I’m not sure if this is a problem within my RGs or database structure. This did not happen back then. Is there a way or solution where the newly created data will instantly appear on these repeating groups?
I would greatly appreciate any insights or comments. Would be more than happy to buy anyone coffee
Newly added database items should instantly appear. Here is an example where you can create a Movie Genre and then add a Movie to it and it instantly shows in the repeating group.
Thanks for answering. That’s what I thought too - newly added database items should instantly appear in the repeating groups. However, that doesn’t seem to be the case in my end. As you can see here in the loom video which I posted above,
The thing has already been created in my database but it doesn’t seem to show it in the UI directly. For me to see the newly added thing in the RG, I would need to either refresh or go to somewhere in the page where I can’t see the element and go back to it right after.
Seems weird since this didn’t happen to me back then. My assumption is that this has got to do something with my database structure since this issue occurred right after I revamped my database structure
Kindly let me know if I’m missing out on something here. Thanks!