Search results

DetailsViewSettings API in JavaScript (ES5) FileManager API control

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: ’fmmodified’, headerText: ‘DateModified’,minWidth: 50, width: ‘190’}]}