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
This PR was merged into the master branch.
Discussion
----------
[Console] Add columns width setter documentation
Documentation for symfony/symfony#17761
Commits
-------
097fb65 remove support for "auto"
50a74fb Add columns width setter documentation
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 0, and the right to 30 characters.
72
+
// The left two columns will effectively be 13 and 24 characters, as the columns' content don't fit within the set values.
0 commit comments