You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Is it possible to implement breadcrumbing just like the attachment below? just like how google drive gives breadcrumbs on the top of the component.
The text was updated successfully, but these errors were encountered:
venky0195
changed the title
Function to detect on outside click of folder/files
Breadcrumbs for easy navigation
Sep 28, 2020
You can implement it on your side, but the main difficulty is that the FileBrowser supports multiple open folders that may be at completely different paths. What breadcrumbs will you show then?
I did it though, on my client app. It's a matter of hooking into onFolderOpen and onFolderClose methods and storing your current path. What's more, I added the capability to have only one folder open at the same time but that part needed forking the library (see #182).
Hi, Is it possible to implement breadcrumbing just like the attachment below? just like how google drive gives breadcrumbs on the top of the component.
The text was updated successfully, but these errors were encountered: