Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/contributing/documentation/rst_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docutils.sourceforge.io/docs/ref/rst/directives.html#tables>`_

Grid tables
-----------

Expand Down