@trudb/tru-common-lib 0.2.67 → 0.2.68
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.
|
@@ -7173,7 +7173,7 @@ class TruDataGrid {
|
|
|
7173
7173
|
this.api.setGridOption('suppressHeaderFocus', false);
|
|
7174
7174
|
this.config.viewMenuConfig.menuItemsEnabled = () => { return this.rowData.length; };
|
|
7175
7175
|
this.config.viewMenuConfig.actionRefs = this.getRefs();
|
|
7176
|
-
this.api.refreshCells();
|
|
7176
|
+
this.api.refreshCells({ force: true });
|
|
7177
7177
|
}
|
|
7178
7178
|
else {
|
|
7179
7179
|
this.api.setGridOption('suppressCellFocus', true);
|