tuain-ng-forms-lib 12.0.55 → 12.0.56

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.
@@ -1780,6 +1780,7 @@
1780
1780
  else {
1781
1781
  this.appendRecords(tableReceived.tableRecords);
1782
1782
  }
1783
+ this.updateVisibleRecords();
1783
1784
  };
1784
1785
  RecordTable.prototype.getTableRecord = function (recordId) {
1785
1786
  var recordIdKey = (typeof recordId === 'object') ? JSON.stringify(recordId) : recordId;