@firestitch/list 12.1.4 → 12.1.5

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.
@@ -4861,6 +4861,7 @@
4861
4861
  }
4862
4862
  else if (this.row.isChild) {
4863
4863
  this.cellContext.groupChildIndex = this.row.index;
4864
+ this.cellContext.groupRow = this.row.parent.data;
4864
4865
  }
4865
4866
  }
4866
4867
  this.cellContext.column = this.column;