barsa-sap-ui 2.3.151 → 2.3.152
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.
|
@@ -16044,6 +16044,7 @@ class UiNotificationViewComponent extends ReportViewBaseComponent {
|
|
|
16044
16044
|
this.hasInlineEditButton = true;
|
|
16045
16045
|
this.fieldList.set(this.viewSetting.FieldListInFooter.split(','));
|
|
16046
16046
|
super.ngOnInit();
|
|
16047
|
+
this._scrollLayoutContext?.setMode('nested');
|
|
16047
16048
|
if (this._groupByService) {
|
|
16048
16049
|
this._groupByService.groupBy$.subscribe((c) => {
|
|
16049
16050
|
this.sortSettingsChange.emit(c);
|