Transfer
Introduction
Function signature
Transfer(
items=None, transferred_items=None,
filterable=False, filter_placeholder=None,
titles=None, button_texts=None,
left_checked=None, right_checked=None,
widget_id=None
)
Parameters
Parameters
Type
Description
items

transferred_items

filterable

filter_placeholder

titles

button_texts

left_checked

right_checked

widget_id
Methods and attributes
Methods and attributes
Description
Mini app example
Import libraries
Init API client
Prepare items for Transfer widget
Transfer widgetInitialize Transfer widget
Transfer widgetChanging the list of transferred items
Removing an item and getting keys of items (all, transferred, untransferred)
Using @value_changed event
@value_changed eventCreate app layout
Create an app using the layout

Last updated