cca-developer
Results
2
comments of
cca-developer
I didn't think mine was a special case: ``` ``` Then the track by function is just: ``` trackItemByFn(index, item) { return index+","+item.proposalRevisionItemID; } ``` Could mine be a problem...
@ygerg I did try all of those suggestions. The only way I can produce consistent and correct behavior of the sorting is by not having trackBy at all.