Reputation: 57271
I have a bokeh DataTable
As you can see, the columns are all the same width. This results in a fair amount of whitespace and some clipping. Is there a way that I can specify default column widths?
Upvotes: 3
Views: 6055
Reputation: 2137
TableColumn (which composes a DataTable) has a width
attr that can be set:
Upvotes: 9