nuxeo-development-framework 0.0.22-bos → 0.0.23-bos

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.
@@ -22576,7 +22576,8 @@ class DynamicTableComponent {
22576
22576
  this.onInitialize.emit(res);
22577
22577
  this.initialized = true;
22578
22578
  }
22579
- res.entries.forEach((element) => {
22579
+ res.entries.forEach((element, index) => {
22580
+ element['rowIndex'] = index; // used to detect row index and add custom class to user card to show above or low the row
22580
22581
  if (element.properties &&
22581
22582
  element.properties?.creator &&
22582
22583
  element.properties.creator?.properties) {