Skip to main content

Binding Functions

Binding Data Fetcher Functions

You can bind SQL Data Fetchers or Python Data Fetchers to Tables.

1. Select a table

Select table

2. From the property bar, select the fetcher you want to bind to the table

Select function

3. Click on Save

Click save

Binding Python (UI) functions to UI Components

You can bind Python (UI) functions to UI component events such as button clicks, dropdown selection changes, and toggle changes. Only Python (UI) functions can be bound to events, and they must return context.

1. Select a component on your widget

Select UI component

2. Select a function

Select ui function

3. Click Save

Click save