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
You are correct. The sorted(dirs) and sorted(files) statements in both parts of that if statement is where the list of directories and list of files in the current folder are sorted and appended together. You can tweak that to change the sort order. Currently, sorting is always alphabetically with folders before files.
hi and thank you for this handy tool ! 👏
I was wondering if there is an option to reverse the display order of the files?
In case there isn't: Is this where the sorting is taking place?
ipyfilechooser/ipyfilechooser/utils.py
Lines 93 to 96 in e4f82f4
I might want to play around with it a little so any hints on where to start would be welcome
The text was updated successfully, but these errors were encountered: