@trudb/tru-common-lib 0.2.365 → 0.2.373

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.
@@ -7919,6 +7919,7 @@ class TruDataGrid {
7919
7919
  };
7920
7920
  loadGridData = (entities) => {
7921
7921
  this.rowData = entities.map(this.enhanceRowDataForEntity, entities);
7922
+ this.rowCount = 'Rows: ' + (entities ? entities.length : 0);
7922
7923
  this.cdr.markForCheck();
7923
7924
  };
7924
7925
  loadManyToManyGridData = (associatedEntities, associatableEntities, initalLoad) => {