@wavemaker/app-ng-runtime 12.0.0-next.45501 → 12.0.0-next.45752

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": "12.0.0-next.45501",
3
+ "version": "12.0.0-next.45752",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -722,7 +722,7 @@ $.widget('wm.datatable', {
722
722
  }
723
723
  }
724
724
  row.$index = rowIndex + 1;
725
- this.options.registerColNgClassWatcher(row, colDef, rowIndex, colId);
725
+ this.options.registerColNgClassWatcher(row, colDef, rowIndex, colId, summaryRow);
726
726
  return $htm;
727
727
  },
728
728
  //Get event related template for editable widget