I don't want to display context menu at Folder level but need it for file and layout.
below is the code and it's output. I don't want the empty box when user right clicks. Can I get some help on this.
this.contextMenuSettings = {
file: ['Download', 'Details'],
folder: [],
layout: ['SortBy', 'View', 'Refresh', '|', 'Details', '|', 'SelectAll'], visible: true
};