I got a list of my data and created a SortableDataModel from it. Is there a way to get the list back from the model - without too much work?
Tried to cast getWrappedData from the model back to the list but this does result in an exception. kind regards

