メモ TableColumn でソートするために value を設定して下記のように書いた。 修正前 deleted_at は Date? TableColumn("削除日", value: \.deleted_at) { (item : Sample) in エラーになった。よく見るやつ・・・。 The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions 下記を参考に sortOrder…