vexim / vexim2

Virtual Exim 2
Other
71 stars 47 forks source link

Make tables sortable with js #250

Closed Udera closed 8 months ago

Udera commented 6 years ago

The FreeBSD port (https://www.freshports.org/mail/vexim/) has a patch makes the user tables sortable by mail address instead of mail alias: https://svnweb.freebsd.org/ports/head/mail/vexim/files/extrapatch-order?revision=435583&view=markup

Having the tables sortable could be very useful, I found this js which allows us to do this, implementation is quite easy: https://kryogenix.org/code/browser/sorttable/

rimas-kudelis commented 6 years ago

Is this tested and and does it work? The HTML overhead seems really minimal, so I guess why not.

Udera commented 6 years ago

I just tested it on my system. So it would be great if somebody else could test this as well.