et2_grid.set_value() needs to remove the colgroup from the DOM too

This commit is contained in:
ralf 2024-12-03 17:24:27 +01:00
parent da7eb6c47a
commit 4aac535684

View File

@ -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)