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 width of the columns are automatically set using the width of their contents by default. You can change this behavior via :method:`Symfony\\Component\\Console\\Helper\\Table::setColumnWidths`::
70
+
71
+
// Sets the left column to 10 characters, the middle to auto and the right to 30 characters.
72
+
// The left column will effectively be 13 characters, as the columns content don't fit 10.
0 commit comments