@ai-table/grid 0.5.6 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14320,6 +14320,7 @@ class AITableGrid extends AITableGridBase {
|
|
|
14320
14320
|
});
|
|
14321
14321
|
}
|
|
14322
14322
|
ngOnInit() {
|
|
14323
|
+
console.log('ngOnInit');
|
|
14323
14324
|
super.ngOnInit();
|
|
14324
14325
|
this.initContext();
|
|
14325
14326
|
this.initCustomField();
|
|
@@ -14327,6 +14328,7 @@ class AITableGrid extends AITableGridBase {
|
|
|
14327
14328
|
ngOnDestroy() {
|
|
14328
14329
|
this.recordDetailService.close();
|
|
14329
14330
|
this.resizeObserver?.disconnect();
|
|
14331
|
+
console.log('ngOnDestroy');
|
|
14330
14332
|
}
|
|
14331
14333
|
initContext() {
|
|
14332
14334
|
this.aiTable.context = new RendererContext({
|