Here's my scenario:
I have a column widget that has dynamic children generating from a database request from a parent container. The components within the column generate just fine, but when I update a data field via a toggle within the component the column visually is not updating the index in list.
Currently, I can refresh the page manually and get the column to visually update, but I am unable to find a solution that automatically updates the column visually when the component toggle is pressed.
Furthermore, when I press on the toggle I see that the database is updating appropriately, but the visuals of the column should be reordering based on the order I gave the database request.
Any thoughts??