Customizing Tables

Hey guys,

Here is an image of the code I’m running and the resulting table it generates.

Can someone please tell me how I can increase the total number of rows to display?

Many thanks!

Hi,

I don’t use go.Table, but I would try first to change the height in layout:

fig.update_layout(height=1000) # or some other number

Hope this works! :slightly_smiling_face: