File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,17 @@ table rendering: using named layouts or by customizing rendering options.
32
32
Customize Table Layout using Named Layouts
33
33
------------------------------------------
34
34
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:
36
39
37
40
* ``TableHelper::LAYOUT_DEFAULT ``
38
41
39
42
* ``TableHelper::LAYOUT_BORDERLESS ``
40
43
44
+ * ``TableHelper::LAYOUT_COMPACT ``
45
+
41
46
Layout can be set using :method: `Symfony\\ Component\\ Console\\ Helper\\ TableHelper::setLayout ` method.
42
47
43
48
Customize Table Layout using Rendering Options
You can’t perform that action at this time.
0 commit comments