DASH table interactivity callback not working

Hi Guys,

When I run the demo version of the dash_table.DataTable interactivity capabilities for updating plots based on filtering it works fine and i’m able to print my row_ids. (First image).

However, now that i’m calling it in my app(which is a dash app embedded in a flask app) it keeps telling me that the properties: active_cell, selected_row_ids, and derived_virtual_row_ids don’t exist for the output-data-upload object. I pass the datatable object(html_object) to a list of layout objects that are passed to the app, which the volcano_graph plot should be updated with based on the selected row ids from the table… It should work but I’m at a loss right now.

Thank you.