tuain-ng-forms-lib 13.0.1 → 13.0.2

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.
@@ -1406,7 +1406,7 @@ class RecordTable extends FormElement {
1406
1406
  return;
1407
1407
  }
1408
1408
  this.tableRecords.sort((a, b) => this.recordCompare(a, b, this.sorting.columnName, this.sorting.direction));
1409
- this.unSelectAll();
1409
+ //this.unSelectAll();
1410
1410
  this.updateVisibleRecords();
1411
1411
  }
1412
1412
  recordCompare(recordA, recordB, columnCompare, direction) {