@trudb/tru-common-lib 0.2.43 → 0.2.45
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.
|
@@ -5864,9 +5864,9 @@ class TruDataGridCellRenderer {
|
|
|
5864
5864
|
e.target.classList.contains('invalid-flag') ? this.validationContainer.classList.toggle('show') : this.validationContainer.classList.remove('show');
|
|
5865
5865
|
};
|
|
5866
5866
|
onRightClick = (event) => {
|
|
5867
|
-
event.stopPropagation();
|
|
5868
|
-
event.preventDefault();
|
|
5869
|
-
alert('Cell Clicked');
|
|
5867
|
+
//event.stopPropagation();
|
|
5868
|
+
//event.preventDefault();
|
|
5869
|
+
//alert('Cell Clicked');
|
|
5870
5870
|
};
|
|
5871
5871
|
init(params) {
|
|
5872
5872
|
params.eGridCell.innerHTML = '';
|
|
@@ -7528,7 +7528,7 @@ class TruDataGrid {
|
|
|
7528
7528
|
this.validationDialog.destroy();
|
|
7529
7529
|
}
|
|
7530
7530
|
onRightClick(event) {
|
|
7531
|
-
event.preventDefault();
|
|
7531
|
+
//event.preventDefault();
|
|
7532
7532
|
}
|
|
7533
7533
|
onSearch = (setupQuery) => {
|
|
7534
7534
|
this.firstSearchRan = true;
|