how to create function into template function

http://webix.com/snippet/f5bc6a87
I want to progress bar in the table growing every second.
Are there ways to put setTimeout in the template?

and i want to control all datatables row include not visible row.. how can i control invisible rows data?

like this…
http://webix.com/snippet/09094d80

All you need is to use the updateItem method within the standard setTimeout function:

http://webix.com/snippet/1d77c62f

You can get any loaded data item via its ID.