JavaScript/jQuery FileManager - itemView
Configures the file and folder view.
Type:
Default Value: null
NOTE
Set the itemView.mode property to details to configure columns in the UI component.
jQuery
JavaScript
$(function () { $("#file-manager").dxFileManager({ itemView: { mode: "details", showFolders: false, showParentFolder: false } // ... }); });
mode
Specifies the file system representation mode.
A user can use the view switcher on the toolbar to change the mode.
showFolders
Specifies whether to display folders in the view. When this property is false, folders are displayed in the navigation pane only.
Type:
Default Value: true
showParentFolder
Specifies whether to display the parent folder in the view.
Type:
Default Value: true
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.