Dash Table not updating after Callback

Hi,

I’m using dash datatable with a button to start some calculations (because they take a while) which are later displayed in the table. The button works, an the calculations start to run. But as they are done the table does not automatically update (although the input of the callback changes). As I’m using multiple tabs, i can just switch the tabs and go back and the table is updated. How can I achieve that the table updates without having to change tabs?

Thank you very much in advance.