Skip to content

Commit 9268e3a

Browse files
committed
Merge pull request #3025 from fabpot/console-compact-layout
added the compact layout information
2 parents b94e3f7 + 16799b4 commit 9268e3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/console/helpers/tablehelper.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@ table rendering: using named layouts or by customizing rendering options.
3232
Customize Table Layout using Named Layouts
3333
------------------------------------------
3434

35-
The Table helper ships with two preconfigured table layouts:
35+
.. versionadded:: 2.4
36+
The ``TableHelper::LAYOUT_COMPACT`` layout was added in Symfony 2.4.
37+
38+
The Table helper ships with three preconfigured table layouts:
3639

3740
* ``TableHelper::LAYOUT_DEFAULT``
3841

3942
* ``TableHelper::LAYOUT_BORDERLESS``
4043

44+
* ``TableHelper::LAYOUT_COMPACT``
45+
4146
Layout can be set using :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setLayout` method.
4247

4348
Customize Table Layout using Rendering Options

0 commit comments

Comments
 (0)