Fixed problem with column widths not being calculated/displayed correctly

This commit is contained in:
Andreas Stöckel
2011-09-01 10:02:23 +00:00
parent 990e1701f5
commit 0607a2c9a8
7 changed files with 41 additions and 20 deletions

View File

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