From c6001e52260fb60250ba1e8d6ed67af004a85560 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 23 Sep 2022 15:10:19 +0100 Subject: [PATCH] added line about end_section --- docs/source/tables.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/tables.rst b/docs/source/tables.rst index 22236358..9cebe60c 100644 --- a/docs/source/tables.rst +++ b/docs/source/tables.rst @@ -96,6 +96,8 @@ Lines By default, Tables will show a line under the header only. If you want to show lines between all rows add ``show_lines=True`` to the constructor. +You can also force a line on the next row by setting ``end_section=True`` on the call to ``add_row()``. + Empty Tables ~~~~~~~~~~~~