You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `SatTable` widget is modified to ignore hidden headers and columns in the table.
Hidden duplicate columns cause the widget to work incorrectly internally,
while on the outside everything seems in order.
This behavior is especially present in the Hosts table,
where instead of seemingly interacting with the visible columns,
the widget interacts with the hidden ones.
The table widget for Hosts somehow worked properly(-ish),
until commit 886a1a8 exposed this flaw.
Excluding the hidden columns during the table cells collection
by the widget solves the problem.
0 commit comments