ps-toolkit-ui 1.13.21 → 1.13.22

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.
@@ -3469,9 +3469,6 @@
3469
3469
  TableComponent.prototype.ngOnInit = function () {
3470
3470
  var e_1, _a;
3471
3471
  var _this = this;
3472
- if (this.table.hasChildren) {
3473
- this.table.cols.forEach(function (x) { return x.sort = false; });
3474
- }
3475
3472
  this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fa-duotone fa-sync-alt', exports.InputType.Icon, 'm-r-10-p');
3476
3473
  this.maximum = new InputClass(this.table.environment, this.table.l, 'Maximum', 'fa-duotone fa-arrows-maximize', exports.InputType.Icon, 'm-r-10-p');
3477
3474
  try {