Hi, 

this one is probably for Derrell.

I am using the remote table model in my application to display data that is
well over 5.000 records (which is not much given the remote table can deal
with much larger datasets). Wenn I scroll down the table data, hower, after
a few request that return 50 records each, a request will be genereated by
the model that is for 150 records, which will make the model choke and no
more data is displayed in the table.

To reproduce:

1) go to 

https://quit.rewi.hu-berlin.de/bibliograph/build/#modelType~reference^datasource~pernice^referenceId~0^itemView~tableView^folderId~1

2) Scroll down with the down-button in the scroll bar

3) Watch the reqeusts to the backend in FireBug

Expected Result:

Requests containing something like '... "params":[250,299, ...', i.e. a
range of 50 records each.

Actual Result:

Four correct Requests with 50 record, then a fifth one requesting 150:

' ... "params":[850,999,8, ...' 

Since the first-row and last-row values are generated by the table model and
passed to the implementing function _loadRowData : function( firstRow,
lastRow ), I am assuming the bug is in the data model. Otherwise, if the
behavior is correct, there must be a bug in my code which has to do with
there being 150 rows instead of 50.

Has anyone else observed this behavior? 

Thanks,

Christian 


-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Remote-Table-Problem-tp5277234p5277234.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to