@trudb/tru-common-lib 0.2.41 → 0.2.43
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.
|
@@ -7072,6 +7072,7 @@ class TruDataGrid {
|
|
|
7072
7072
|
let count = 0;
|
|
7073
7073
|
count = this.api?.getSelectedRows().length;
|
|
7074
7074
|
this.selectedRowCount = 'Selected: ' + count;
|
|
7075
|
+
this.cdr.markForCheck();
|
|
7075
7076
|
},
|
|
7076
7077
|
onRowDataUpdated: () => {
|
|
7077
7078
|
this.config.viewMenuConfig.entities = this.getRowData();
|