@wavemaker/app-ng-runtime 11.8.0-rc.5676 → 11.8.0-rc.5679

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.8.0-rc.5676",
3
+ "version": "11.8.0-rc.5679",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2725,7 +2725,7 @@ $.widget('wm.datatable', {
2725
2725
  var colId = column.attr('data-col-id');
2726
2726
  var id = Number(colId);
2727
2727
  var colDefination = self.preparedHeaderData[id];
2728
- if(colDefination.readonly) {
2728
+ if (colDefination.readonly && colDefination.field !== 'rowOperations') {
2729
2729
  self.columnClickInfo[rowId] = {};
2730
2730
  self.columnClickInfo[rowId][colId] = true;
2731
2731
  }