Hello , is it possible on déclaration of a datatable to bind (events , or anything else) an ajax request that will be sent all seconds ?
Yes, you can send the request within the onStructureLoad handler and delay it with the help of webix.delay() method: http://webix.com/snippet/ddb1760d
Thanks
Hello , it doesn’t work , if I choose 10000 in webix.delay(x,x,x,10000), the request is sent 10s after the structure is loaded and just on time but not all 10 seconds