GabLeRoux / webextensions-history-browser

🕘 Browse your firefox history like a boss.
https://addons.mozilla.org/en-US/firefox/addon/webextensions-history-browser/
MIT License
20 stars 1 forks source link

Sort the Last visit time column using the date value and not its reprensetation #21

Open GabLeRoux opened 5 years ago

GabLeRoux commented 5 years ago

This is reproduced directly on the following page right now: https://editor.datatables.net/examples/dates/formatting.html

image

According to the documentation, it is totally possible to sort using a custom algorithm (and in this case, sort by actual datetime value):

https://www.datatables.net/plug-ins/sorting/

This blocks #22