Hi ,
I am having the same issue as another post on the same forge component.
https://www.outsystems.com/forums/discussion/91499/sortablejs-refresh-of-the-underlying-data-source/
The solution was to copy the Dom each time you perform a drag and drop. I want to use this forge component throughout my application, and it seems excessive to me that we would have to do this to use a drag and drop forge component.
Basically, I get the following error when dragging from one list to another list. I perform an update of the record being dragged in the database table. The error occurs when refreshing the data of the 'from' list. Note: the error occurs on the refresh , regardless of if I updated the record or not.
I have attached a simple OML
hallo @Natalie Keelan ,
i think this same of your issue can you check
Thanks Kerollos. I had mentioned this in the original post. Their solution was to copy the Dom before and after the drag and drop. I feel this isn't viable solution.
One solution I have found was to wrap the From List and To List inside containers, then before I do the refresh of data hide the containers /lists ,then show again after the refresh is complete.
A bit of a hack but better then copying the dom approach.