u2w-merge #192
@ -447,6 +447,8 @@ export class AsyncTable {
|
||||
this._active = false;
|
||||
this._element.classList.remove(ASYNC_TABLE_INITIALIZED_CLASS);
|
||||
this._element.dataset['currentTableUrl'] = url.href;
|
||||
|
||||
this._app.utilRegistry.destroyAll(this._element);
|
||||
// update table with new
|
||||
this._element.innerHTML = response.element.innerHTML;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user