First index your field, in this case oo.Items , which returns a comma separated list. For string data, use {} to merge strings into a cell, otherwise use [] to get an array:
%get the right order using second output of sort [~,index]=sort({oo.Item}) %sort it oo=oo(index)
source share