React FileManager - itemView
NOTE
Set the itemView.mode property to details to configure columns in the UI component.
JavaScript
- $(function () {
- $("#file-manager").dxFileManager({
- itemView: {
- mode: "thumbnails",
- showFolders: false,
- showParentFolder: false
- }
- // ...
- });
- });
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
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.