Note that the only version which works is the one without the value parameter:
TableColumn("Rank") { model in
Text("\(model.rank)")
}
If you include the value, even if you also use the housing data item, you'll still get the KeyPathComparator error.
Post
Replies
Boosts
Views
Activity
Did you work out what was happening? I've run into the same perplexing behavior.