When I put numbers in tables I generally want them to be right justified and in a fixed width font. Otherwise the numbers become hard to compare.
Is there a way to right justify fields within a table?
Eg how do I get this to render with the numbers all right justified?
.. csv-table::
:header: x, x*x
3,9
4,16
9,81
10,100