mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
If widget's row / column gets disabled, let widget know too
This commit is contained in:
parent
237c5ffcdf
commit
7a3b2db0a6
@ -537,6 +537,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned], {
|
||||
if (cell.disabled)
|
||||
{
|
||||
td.hide();
|
||||
cell.widget.options = cell.disabled;
|
||||
}
|
||||
|
||||
if (cell.width != "auto")
|
||||
|
Loading…
Reference in New Issue
Block a user