简体   繁体   中英

Why does a vertical scroll bar appear when I edit a datatable in bokeh?

I have a datatable

DataTable(columns=columns, editable=True, selectable=True, autosize_mode='fit_columns', visible=False, height_policy='fit', index_position=None, width=60, margin=(5,5,5,0)) .

Even when it only has a few rows and everything is visible, when I try to edit the (only) column, a horizontal and vertical scroll bar appear. How can I get read of both of them, especially the vertical one?

我可能作弊了,但是当我将不可编辑的列放在可编辑的列旁边时,不会出现滚动条。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM