Fixed problem with calculated values diverging from actual height values

This commit is contained in:
Andreas Stöckel
2011-09-02 16:15:57 +00:00
parent 8875c94c24
commit 7457315ea4
10 changed files with 1254 additions and 1143 deletions

View File

@ -20,7 +20,7 @@
var et2_dataview_dataProvider = Class.extend({
getCount: function() {
return 10;
return 10000;
},
registerDataRow: function(_idx, _dataRow) {