JavaScript/jQuery FileManager - itemView.details.columns
Configures the columns.
This property accepts an array of objects, where each object configures a single column. If a column does not need to be customized, this array may include the name of the field that provides data for this column.
dataType
Casts column values to a specific data type.
If a data field provides values of one data type but the UI component should cast them to another, specify the type in this property.
hidingPriority
Specifies the order in which columns are hidden when the UI component adapts to the screen or container size.
The hidingPriority is a unique positive integer that ascends from right to left beginning with 0. Columns with low hidingPriority are hidden first.
sortIndex
Specifies the order in which the column is sorted.
The UI component adds a column to the collection of sorted columns once this column is sorted. Use the sortIndex property to change the order of sorted columns.
sortOrder
Specifies the sort order of column values.
Use the sortOrder and the sortIndex properties to sort file system items by multiple columns.
visibleIndex
Specifies the position of the column in the resulting UI component.
Visible indexes are normalized after the UI component's creation: the leftmost column is assigned an index of 0; the rightmost column's index becomes equal to the number of visible columns minus 1; other columns get the indexes in between.
If you have technical questions, please create a support ticket in the DevExpress Support Center.