We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d3695 commit 145e51dCopy full SHA for 145e51d
1 file changed
content/contributing/documentation/rst_guidelines.rst
@@ -883,6 +883,17 @@ the rows and the second level represents the columns.
883
- France
884
- Turquoise
885
886
+.. tip::
887
+ Use specific parameters to adjust the appearance and layout of list tables:
888
+
889
+ - `:class: table-striped`: Apply alternating row colors.
890
+ - `:class: table-sticky-header`: Keep the header row fixed while scrolling.
891
+ - ``:widths:``: Define column proportions. Avoid using `auto`. For example: ``:widths: 25 25 50``.
892
893
+.. seealso::
894
+ `Docutils documentation on reStructuredText tables
895
+ <https://docutils.sourceforge.io/docs/ref/rst/directives.html#tables>`_
896
897
Grid tables
898
-----------
899
0 commit comments