update real time clock based on local host

Hi webix,

I want to update my time label based on localtime. But the time is only updated when after the page is refreshed. How can I get real time clock update?

Please help. Thank youuu

https://snippet.webix.com/4s2lx3fq

try to use setInterval Window setInterval() Method
and update required item in the table.

it work. Thanks! ^^~