SelectDatasetTree
Introduction
Function signature
SelectDatasetTree(
default_id = None,
project_id = None,
multiselect = False,
compact = False,
select_all_datasets = False,
allowed_project_types = None,
flat = False,
always_open = False,
team_is_selectable = True,
workspace_is_selectable = True,
append_to_body = True,
widget_id = None,
)Parameters
Parameters
Type
Description
default_id
project_id
multiselect
compact
select_all_datasets
allowed_project_types
flat
always_open
team_is_selectable
workspace_is_selectable
Methods and attributes
Methods and attributes
Description
Mini app example
Import libraries
Init API client
Initialize the widget
Create an event handler for the SelectDatasetTree widget
Create app layout
Create an app using the layout
Last updated