mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Fixed problem with column widths not being calculated/displayed correctly
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
var et2_dataview_dataProvider = Class.extend({
|
||||
|
||||
getCount: function() {
|
||||
return 1000;
|
||||
return 10;
|
||||
},
|
||||
|
||||
registerDataRow: function(_idx, _dataRow) {
|
||||
|
Reference in New Issue
Block a user