@trudb/tru-common-lib 0.1.990 → 0.1.992
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.
|
@@ -5892,9 +5892,7 @@ class TruDataGridPkeyCellRenderer {
|
|
|
5892
5892
|
// private eGui: is an empty element to satisfy the getGui method.
|
|
5893
5893
|
eGui;
|
|
5894
5894
|
onRightClick = (event) => {
|
|
5895
|
-
event.stopPropagation();
|
|
5896
5895
|
event.preventDefault();
|
|
5897
|
-
alert('Right Cell Clicked');
|
|
5898
5896
|
};
|
|
5899
5897
|
init(params) {
|
|
5900
5898
|
params.eGridCell.innerHTML = '';
|