@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.
@@ -11582,6 +11582,9 @@ class DetailsView {
11582
11582
  }
11583
11583
  }
11584
11584
  removePathColumn(isRefresh) {
11585
+ if (this.gridObj == null) {
11586
+ return;
11587
+ }
11585
11588
  const len = this.gridObj.columns.length;
11586
11589
  const columnData = JSON.parse(JSON.stringify(this.gridObj.columns));
11587
11590
  const filterPathInSettings = this.parent.detailsViewSettings.columns.some((col) => col.field === 'filterPath');