orangeqs.juice.dashboard.bokeh_widgets#
Bokeh DataTable widgets.
Module Contents#
Classes#
Base class for Bokeh widgets with data tables. Meant to be extended. |
API#
- class orangeqs.juice.dashboard.bokeh_widgets.BokehDataTableWidget(fields: list[str], field_titles: dict[str, str] | None = None, data_table_opts: dict[str, Any] | None = None, keys: list[str] | None = [], key_selector: str | None = '')#
Base class for Bokeh widgets with data tables. Meant to be extended.
- source: bokeh.models.ColumnDataSource#
None
- root: bokeh.models.DataTable#
None