basesite-shared-grid-lib 15.10.307 → 15.10.308
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.
|
Binary file
|
|
@@ -2168,6 +2168,7 @@ class GridLibraryComponent {
|
|
|
2168
2168
|
suppressFilter: true,
|
|
2169
2169
|
suppressSorting: true,
|
|
2170
2170
|
suppressMenu: true,
|
|
2171
|
+
supressRowClickSelection: true,
|
|
2171
2172
|
tooltipField: res.field,
|
|
2172
2173
|
cellRenderer: DropdownRenderer,
|
|
2173
2174
|
cellRendererParams: {
|
|
@@ -2328,6 +2329,7 @@ class GridLibraryComponent {
|
|
|
2328
2329
|
suppressFilter: true,
|
|
2329
2330
|
suppressSorting: true,
|
|
2330
2331
|
suppressMenu: true,
|
|
2332
|
+
supressRowClickSelection: true,
|
|
2331
2333
|
tooltipField: res.field,
|
|
2332
2334
|
cellRenderer: ButtonRendererComponent,
|
|
2333
2335
|
cellRendererParams: {
|
|
@@ -2569,7 +2571,6 @@ class GridLibraryComponent {
|
|
|
2569
2571
|
}
|
|
2570
2572
|
onBtnClick(e) {
|
|
2571
2573
|
this.btnClickHandler.emit(e.rowData);
|
|
2572
|
-
e.stopPropagation();
|
|
2573
2574
|
}
|
|
2574
2575
|
onSaveGridColumnState(event) {
|
|
2575
2576
|
if (this.isOverride || !this.gridStateLoaded) {
|