Hi All,

I am trying to implement the remote table model in order to use the table
widget with
large (and complex) data sets. Since I also need filtering in my model, I
added this by
filtering on the server and simply returning the results (both in the row
count function and
in the data return function). All works well, except that the table flickers
whenever new rows
are being fetched from the back-end. (i.e. all the rows disappear and only
after some time they reappear).
In order to implement the filters I simply call reloadData in the model,
sending to the server the new filters.

Is there a way to prevent this behaviour? Is it possible, maybe, to tell the
table NOT to make the rows disappear while waiting for the return of the
asynchronous callback? Is there something wrong I'm doing?

Thanks and have a good weekend,
Omri

P.S - I'm using JSON-RPC calls to communicate with the back-end (which is
web2py).



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Prevent-table-flickering-when-using-the-remote-table-model-tp7581362.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to