We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8504381 commit 8d9acc5Copy full SHA for 8d9acc5
components/console/helpers/table.rst
@@ -66,6 +66,10 @@ You can add a table separator anywhere in the output by passing an instance of
66
| 80-902734-1-6 | And Then There Were None | Agatha Christie |
67
+---------------+--------------------------+------------------+
68
69
+.. versionadded:: 3.1
70
+ The ``setColumnWidths()`` and ``setColumnWidth()`` methods were introduced
71
+ in Symfony 3.1.
72
+
73
By default the width of the columns is calculated automatically based on their
74
contents. Use the :method:`Symfony\\Component\\Console\\Helper\\Table::setColumnWidths`
75
method to set the column widths explicitly::
0 commit comments