Two dropdowns(Input) filtering DashTable as Output
Selecting DashTable Row (Input) to create a bar chart → fails
Property ID was used with component ID… in one of the Input items of a callback.
This ID is assigned to a dash.DataTable component in the layout, which does not support this property.
This ID was used in the callback for Output…
Thank you for being so patient with me. However, when I do omit that last callback all is working well and I do not receive this error message:
Property “selected_row_id” was used with component ID:
“partner-datatable”
in one of the Input items of a callback.
This ID is assigned to a dash_table.DataTable component
in the layout, which does not support this property.
This ID was used in the callback(s) for Output(s):
partner-chart.figure