lorenzodifuccia / http.server

(Beautiful) replacement for the `http.server` Python3 module. Allows file upload, preview and much more.
Apache License 2.0
13 stars 1 forks source link

[feature request] add sorting option #1

Open peterjpxie opened 2 years ago

peterjpxie commented 2 years ago

It is indeed beautiful! I was wondering if you can add file sorting option. It is currently sorted by time. Sort by filename would be handy as well. Thanks

lorenzodifuccia commented 2 years ago

@peterjpxie, on next release I'll definitely add this feature. Thanks for the support! 💪🏻

azro352 commented 1 year ago

@lorenzodifuccia see https://datatables.net/, very helpful and very easy to use

lorenzodifuccia commented 1 year ago

@azro352, today I was looking for the DataTables library, but I need to completely refactor the HTML page to let it works. Currently I use HTML lists but the library needs well-formatted HTML tables... Furthermore, currently the page is synchronous built using the Jinja template engine. I'll definitely work on it, on my free time... 🤷🏻‍♂️