Hi there, I've come along an issue with the remote table models reloadData() method.
It seems to me that the row count is requested (from backend) and updated, but the (requested and received) row data will not be re-rendered! The Table still shows the "old" data! In my case the row count is reduced due to an applied filter. As an example: a) 1000 rows (containing odd and even numbers) b) Apply filter (only odd) + reloadData() => Table info-bar shows that getRowCount received 500 (OK) => Table Scroll-bar indicates that only 500 rows should be shown (OK) but NO getRowData RPC and NO re-rendering of the current 'view-port'. Only if I e.g. change the order of one Column, a getRowData RPC call is done and the result is like expected. I have the suspicion, that the last change for Bug#7111[1] did introduce this issue. Could it be that the move of the "this._clearCache = true;" line @ reloadData is not correct? I've tried to create a playground example for this, but I didn't succeed...A real backend might be needed to reproduce the issue. Any help/insight would be highly appreciated, Regards, Peter --- [1] http://bugzilla.qooxdoo.org/show_bug.cgi?id=7111 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
