TreeSelect
Introduction
Function signature
TreeSelect(
items = None,
multiple_select = False,
flat = False,
always_open = False,
widget_id = None,
)Parameters
Parameters
Type
Description
items
multiple_select
flat
always_open
widget_id
Methods and attributes
Methods and attributes
Description
Mini app example
Import libraries
Init API client
Prepare the items
Initialize the TreeSelect widget
TreeSelect widgetDynamically add items
Show selected items in UI
Create an event handler for the TreeSelect widget
TreeSelect widgetCreate app layout
Create an app using the layout
Last updated