File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ set headers, rows and render::
26
26
;
27
27
$table->render($output);
28
28
29
- Table layout can be customized as well. There are two ways to customize table rendering:
30
- using named layouts or by customizing rendering options.
29
+ The table layout can be customized as well. There are two ways to customize
30
+ table rendering: using named layouts or by customizing rendering options.
31
31
32
32
Customize Table Layout using Named Layouts
33
33
------------------------------------------
34
34
35
- Table helper is shipped with two preconfigured table layouts:
35
+ The Table helper ships with two preconfigured table layouts:
36
36
37
37
* ``TableHelper::LAYOUT_DEFAULT ``
38
38
@@ -43,7 +43,7 @@ Layout can be set using :method:`Symfony\\Component\\Console\\Helper\\TableHelpe
43
43
Customize Table Layout using Rendering Options
44
44
----------------------------------------------
45
45
46
- You can control table rendering by setting custom rendering option values:
46
+ You can also control table rendering by setting custom rendering option values:
47
47
48
48
* :method: `Symfony\\ Component\\ Console\\ Helper\\ TableHelper::setPaddingChar `
49
49
* :method: `Symfony\\ Component\\ Console\\ Helper\\ TableHelper::setHorizontalBorderChar `
You can’t perform that action at this time.
0 commit comments