diff --git a/src/UI/Component/Table/Factory.php b/src/UI/Component/Table/Factory.php index fec24b84c548..014416cec077 100644 --- a/src/UI/Component/Table/Factory.php +++ b/src/UI/Component/Table/Factory.php @@ -243,7 +243,8 @@ public function column(): Column\Factory; * targets and bear a label. * composition: > * An additional column will be added at the very end of the table - * containing a Button (or Dropdown, for more than one action) if applicable. + * containing Dropdown containing Buttons for the actions. The column will + * be empty if there are no actions. * If there is at least one Multi Action, an unlabled column will be * added at the very beginning of the table containing a checkbox to * include the row in the selection.