I'm using this code to create a table from csv for my documentation in readthedocs:
.. csv-table:: Markram et al. Model & Network configuration file
:file: ../config_files/Markram_config_file.csv
:header-rows: 1
The CSV is large and has a lot of rows and columns. For columns, everything is fine since it just fits a few columns in the page and the others can be accessed by scrolling to the right in the table.
However, all of the rows are placed in the the page and I cannot specify a particular "length" or "height" for the csv table.
I tried to specify the height by :height: 100px
but it's not defined for the tables. Is there anyway to specify that? Here's a sample of what I'm using in the table.