orangeqs.juice.dashboard.bokeh_widgets#

Bokeh DataTable widgets.

Module Contents#

Classes#

BokehDataTableWidget

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

async update() None#

Update the DataSource column-wise.

Updates each of its ColumnDataSources with the contents of self._data. Meant to be extended.