DetailsViewSettings

23 Sep 20251 minute to read

Specifies the grid settings of the File Manager.

Properties

columnResizing boolean

If columnResizing is set to true, Grid columns can be resized.

Defaults to true

columns ColumnModel[]

Specifies the customizable details view.

Defaults to {columns: [{field: ‘name’, headerText: ‘Name’, minWidth: 120, customAttributes: { class: ‘e-fe-grid-name’ },template: ‘<span class=”e-fe-text”>${name}</span>’},{field: ‘size’, headerText: ‘Size’,minWidth: 50, width: ‘110’, template: ‘<span class=”e-fe-size”>${size}</span>’},{ field: ‘_fm_modified’, headerText: ‘DateModified’,minWidth: 50, width: ‘190’}]}