@nettyapps/ntybase 21.1.22 → 21.1.24

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.
@@ -1425,6 +1425,7 @@ class NettyAgGridBase extends NettyAppsBase {
1425
1425
  * @param hideWarning hide the warning message if no records found
1426
1426
  */
1427
1427
  setData(data, hideWarning = false) {
1428
+ this.gridApi?.setGridOption("rowData", []);
1428
1429
  this.recordList.set(data);
1429
1430
  if (this.columnDefs() == null || this.columnDefs().length == 0) {
1430
1431
  this.initAgGrid();