diff --git a/content/contributing/documentation/rst_guidelines.rst b/content/contributing/documentation/rst_guidelines.rst index 76754f1b88..b5a0a0bce9 100644 --- a/content/contributing/documentation/rst_guidelines.rst +++ b/content/contributing/documentation/rst_guidelines.rst @@ -883,6 +883,17 @@ the rows and the second level represents the columns. - France - Turquoise +.. tip:: + Use specific parameters to adjust the appearance and layout of list tables: + + - `:class: table-striped`: Apply alternating row colors. + - `:class: table-sticky-header`: Keep the header row fixed while scrolling. + - ``:widths:``: Define column proportions. Avoid using `auto`. For example: ``:widths: 25 25 50``. + +.. seealso:: + `Docutils documentation on reStructuredText tables + `_ + Grid tables -----------