Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Multioutput for ClientSide callbacks

$
0
0

Hi Everyone,

One question: is it possible to create a clientside callback with multiple outputs?
In Dash I have something like this:

app.clientside_callback(
    ClientsideFunction(namespace="clientside", function_name="createTable"),
    [Output('table', 'columns'), Output('table', 'data')],
    [Input('button', 'n_clicks')],
)

But what should then my JS function return? Array?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images