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

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "12.0.0-next.45503",
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