mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Allow column widgets a chance to resize after column change
This commit is contained in:
parent
a4408aeb3f
commit
fbfb2f18d7
@ -1496,6 +1496,9 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput, et2_IPrin
|
||||
|
||||
// We don't want to update user's preference, so directly update
|
||||
this.dataview._updateColumns();
|
||||
|
||||
// Allow column widgets a chance to resize
|
||||
this.iterateOver(function(widget) {widget.resize();}, this, et2_IResizeable);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user