@progress-chef/platform-shared-components 0.0.135 → 0.0.137
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.
|
@@ -4707,7 +4707,7 @@ class GridPaginationComponent {
|
|
|
4707
4707
|
this.gridLoading = false;
|
|
4708
4708
|
this.minResizableWidth = 50;
|
|
4709
4709
|
this.showRefresh = false;
|
|
4710
|
-
this.isKebabColumnSticky =
|
|
4710
|
+
this.isKebabColumnSticky = true;
|
|
4711
4711
|
this.isCheckBoxColumnSticky = false;
|
|
4712
4712
|
this.isDeleteColumnSticky = false;
|
|
4713
4713
|
this.emitRefreshEvt = new EventEmitter();
|
|
@@ -5029,7 +5029,8 @@ class GridPaginationComponent {
|
|
|
5029
5029
|
detail: {
|
|
5030
5030
|
itemName: this.itemName,
|
|
5031
5031
|
dataItem: dataItem,
|
|
5032
|
-
query: query
|
|
5032
|
+
query: query,
|
|
5033
|
+
columnData: this.columnData
|
|
5033
5034
|
},
|
|
5034
5035
|
bubbles: true,
|
|
5035
5036
|
cancelable: true
|