diff --git a/airgun/widgets.py b/airgun/widgets.py index 76e06a4c6..3a9f05205 100644 --- a/airgun/widgets.py +++ b/airgun/widgets.py @@ -1881,6 +1881,8 @@ class SatTable(Table): If the table is empty, there might be only one column with an appropriate message in the table body, or it may have no columns or rows at all. This subclass handles both possibilities. + It also ignores all hidden columns, which some tables might contain, like the Hosts table. + Example html representation::