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! ![]()