@trudb/tru-common-lib 0.2.226 → 0.2.227
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.
|
@@ -7805,7 +7805,7 @@ class TruDataGrid {
|
|
|
7805
7805
|
});
|
|
7806
7806
|
if (!entityAlreadyInGrid) {
|
|
7807
7807
|
rowNodesToAdd.push(this.enhanceRowDataForEntity(entity));
|
|
7808
|
-
this.api.applyTransaction({ add: rowNodesToAdd });
|
|
7808
|
+
this.api.applyTransaction({ add: rowNodesToAdd, addIndex: 0 });
|
|
7809
7809
|
}
|
|
7810
7810
|
}
|
|
7811
7811
|
}));
|