OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)

Home Page:https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load list from json i.e websocket

kenkit opened this issue · comments

Hi,
My backend already has implementation for dealing with files and can be interracted through json.
How can I display my list directly from a json object with the relevant file system info.
Thanks in advance.

Something like this

  <FileManager>
      <FileNavigator
        id="filemanager-1"
       file_list={this.state.filelist_object}
      />
    </FileManager>