Auto refresh table at interval

I have a problem where they would like a clock in the table column is updated once per 1 min.
They want to use the table to follow time in ovens.

Are there any possibilities to update table at a given interval.

Sure. Use timers:
https://doc.cuba-platform.com/manual-6.0/gui_Timer.html

That helped.