Table field ordering removing records

Megan,

I think I’ve seen this before (Check out Ben’s response to this post) and the fix was to add Id to your Model’s default Order By. Our conclusion was that this is a bug in Salesforce’s StandardSetController that causes it to skip rows with duplicate values when sorting. Does that make any difference?