mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-15 07:58:23 +01:00
et2_grid.set_value() needs to remove the colgroup from the DOM too
This commit is contained in:
parent
da7eb6c47a
commit
4aac535684
@ -977,6 +977,7 @@ export class et2_grid extends et2_DOMWidget implements et2_IDetachedDOM, et2_IAl
|
||||
this.thead.empty();
|
||||
this.tfoot.empty();
|
||||
this.tbody.empty();
|
||||
this.table.find('colgroup').remove();
|
||||
|
||||
// Update array managers
|
||||
for(let key in _value)
|
||||
|
Loading…
Reference in New Issue
Block a user