Question: Refresh the cells of a data table component?

I've used a data table component connected to an existing matrix that is updated running a loop.

However, the data table component is only refreshed after the loop, not within.

In the Data Table Properties, Enabled is on. 

What else can I do to update the table while running the loop?

I tried to use 

DocumentTools:-SetProperty("PerformanceTable", 'value', PM, 'refresh'=true);

but it doesn't seem to know 'value' as a property.

PM is the matrix it is connected to.

Please Wait...