You can try placing the Sortable\SortableList widget into an IF element on your UI, and set the condition as "not IsDataLoading".
This will make sure whenever you have a new data loaded on the list / grid (via paging / searching etc.), you would reset the value of IsDataLoading to True when starting to load the new data and then set it to False when you've finished loading it.
This will make sure no sorting will be allowed between the transition time, and also that after the data is loaded, the Sortable feature will be applied to all the new elements visible on the UI.
