JavaScript/jQuery FileManager - itemView.details.columns
Type:
Default Value: ['thumbnail', 'name', 'dateModified', 'size']
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.
JavaScript
- $(function () {
- $("#file-manager").dxFileManager({
- itemView: {
- details: {
- columns: [
- "thumbnail", "name",
- {
- dataField: "category",
- caption: "Category",
- width: 95
- },
- "dateModified", "size"
- ]
- }
- },
- // ...
- });
- });
dataType
Type:
Default Value: undefined
Accepted Values: 'string' | 'number' | 'date' | 'boolean' | 'object' | 'datetime'
hidingPriority
Specifies the order in which columns are hidden when the UI component adapts to the screen or container size.
Type:
Default Value: undefined
sortOrder
Use the sortOrder and the sortIndex properties to sort file system items by multiple columns.
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.