@syncfusion/ej2-filemanager 30.1.39 → 30.2.4

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.
@@ -11796,6 +11796,9 @@ var DetailsView = /** @__PURE__ @class */ (function () {
11796
11796
  }
11797
11797
  };
11798
11798
  DetailsView.prototype.removePathColumn = function (isRefresh) {
11799
+ if (this.gridObj == null) {
11800
+ return;
11801
+ }
11799
11802
  var len = this.gridObj.columns.length;
11800
11803
  var columnData = JSON.parse(JSON.stringify(this.gridObj.columns));
11801
11804
  var filterPathInSettings = this.parent.detailsViewSettings.columns.some(function (col) { return col.field === 'filterPath'; });