ps-toolkit-ui 1.5.58 → 1.5.60

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.
@@ -2884,6 +2884,8 @@
2884
2884
  return '<a target="_blank" class="ltr" href="' + cv + '">' + cv + '</a>';
2885
2885
  }
2886
2886
  else if (col.type === exports.TableCollType.Image) {
2887
+ col.withSearch = false;
2888
+ col.sort = false;
2887
2889
  return '<img style="height: ' + this.table.height + 'px" alt="" src="' + this.service.environment.url + cv + '"/>';
2888
2890
  }
2889
2891
  else if (col.type === exports.TableCollType.FileSize) {