rra88
Results
12
comments of
rra88
Alright, thanks for the info!
Hello @quentinemusee! Inspired by your comment my callback now works again and looks like this: ``` @callback( Output('custom-pagination', 'active_page', allow_duplicate=True), Output('ag-grid-id', 'getRowStyle'), Input('graph-id', 'clickData'), State('graph-id', 'figure'), prevent_initial_call=True) def update_aggrid_on_click(click_data, fig):...