How can I add color to a certain row in a CSV table in restructured text?

34 Views Asked by At

I have this table defined in a .rst file:

.. csv-table:: Supported Platforms

:file: ./supported_platforms.csv

:header-rows: 1

:width: 100%

:widths: 5 15 5 15 15 5 5 5 5 5 6

:align: left

:class: longtable

I want to add color to one of the rows, preferably without adding CSS code. I have not tried anything, no idea how to do it.

0

There are 0 best solutions below