uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
305 stars 145 forks source link

How to download the file? or view content of a file? #113

Closed arlandgoh closed 3 years ago

jarekwg commented 4 years ago

See #33. Your detail renderer can include a download button. If you want a download option directly from file browser, perhaps something can be done using custom actions.

jestrickler commented 4 years ago

It's part of the built in actions. You just have to supply a handler to enable it onDownloadFile={...}. Ours makes a service call, then calls js-file-download with the results.