I have a table with a column which has a very long string (10000+ characters).
When I create a table with html.Table, that column scales horizontally so much that the scroller seems very small.
Is there a way to make the column scale vertically ? Or change the font of the table ?
Thank you.