Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Proxy model appears partition even if original model is not (#2373)
https://deephaven.atlassian.net/browse/DH-18545 `IrisGridProxyModel` is a `PartitionedGridModel` and always returns `true` for `isPartitionedGridModelProvider` and `isPartitionedGridModel`. This fix changes the proxy return values so those methods return `false` if they would return `false` for the original model.
- Loading branch information