Skip to content
Commit 0334b5a4 authored by Nate Graham's avatar Nate Graham
Browse files

Collapse GridBrowserView into DataGridView

GridBrowserView is used only once, in one other component: DataGridView.
Most of its properties are passed right on as aliases. This adds an
unnecessary layer of abstraction that causes fragility due to the
opportunity for the two to drift out of sync or communicate in
imperative rather than declarative ways.

This situation can be simplified by simply moving the content of
GridBrowserView into DataGridView and then deleting it.
parent b0b997cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment