The model has a fixed number of rows based on the column enum and shouldn't need to be invalidated every update.
@@ -72,7 +72,7 @@ public:
break;
}
- invalidate();
+ did_update(GUI::Model::UpdateFlag::DontInvalidateIndices);
private: