Cascader
Introduction
Function signature
Cascader(
items=None,
filterable=False,
placeholder="select",
size=None,
expand_trigger="click",
disabled=False,
clearable=False,
show_all_levels=True,
change_on_select=False,
selected_options=None,
widget_id=None,
)
Parameters
Parameters
Type
Description
items
filterable

placeholder

size

expand_trigger

clearable

show_all_levels

change_on_select

selected_options

widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Prepare items for cascader
Initialize Cascader and Text widgets
Cascader and Text widgetsCreate app layout
Create app using layout
Add functions to control widgets from python code

Last updated