mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Fixed problem with calculated values diverging from actual height values
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
var et2_dataview_dataProvider = Class.extend({
|
||||
|
||||
getCount: function() {
|
||||
return 10;
|
||||
return 10000;
|
||||
},
|
||||
|
||||
registerDataRow: function(_idx, _dataRow) {
|
||||
|
Reference in New Issue
Block a user