Webix Jet - how to refresh data in the views based on a timer frigger

Hi, i am New on webix-jet. I am developing a monitor application that has to alert depending on status that are stored on db tables. While i am able to refresh the single view of the app, i would like to trigger the refresh periodically based on a timer. What is the best way to do it ?
Thanks in advance
Massimo

Hello,

Webix Jet does not have any special API for getting backend data based on a timer, so you can call a Javascript setInterval function to issue a webix.ajax request to check the data.

But if the status is part of user session data, you can switch on a User plugin that will do the same job automatically.