IMHO it's not even good to use getrowcount at remote tablemodel. Because you 
wouldn't get all rows, just the cached ones or even 0 in new releases, who 
knows. So if you want to clear your table just use  
.getTableModel().setData([]);
or
 getTableModel().setDataAsMapArray([], true);

Regards Sak

Von meinem iPhone gesendet

Am 20.06.2011 um 23:09 schrieb Stewart Dean <stud...@aieg.com>:

> suppress

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to