gaiverrr
20 Sep 2012, 1:53 AM
Hi guys!
I have a rest store and grid. In the store i have list of elements, each of it has property isAvailable.
So, what is the best solution, according best practice in extjs, for periodically updating each element which is not yet available? I know, that I can execute store.update() by timeout, but maybe there is another solution?
I have a rest store and grid. In the store i have list of elements, each of it has property isAvailable.
So, what is the best solution, according best practice in extjs, for periodically updating each element which is not yet available? I know, that I can execute store.update() by timeout, but maybe there is another solution?