forked from extern/egroupware
Some extra resize bits to make sure everything gets resized:
- Resize the grid (resizes the column headers) - Re-initialize the dynheight, just in case something changed
This commit is contained in:
parent
09693fc761
commit
eda4d2a3f6
@ -912,7 +912,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
_grid.colData);
|
||||
}
|
||||
}
|
||||
this.resize();
|
||||
this.dataview.table.resize();
|
||||
},
|
||||
|
||||
_getSubgrid: function (_row, _data, _controller) {
|
||||
@ -1243,6 +1243,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
$j(template.getDOMNode()).on("load",
|
||||
jQuery.proxy(function() {
|
||||
parse.call(this, template);
|
||||
this.dynheight.initialized = false;
|
||||
this.resize();
|
||||
}, this)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user