Re: Teeny-tiny usability tweak for website

2018-07-14 Thread Ron Savage
Hi Doug Point me at the code. On 15/07/18 12:53, Doug Bell wrote: Using DataTables would not be a quick switch: The data in the table is not rendered in the markup. It's loaded with JavaScript, which means I have to do a lot more than just call a single function. Even the sorttable.js I'm no

Re: Teeny-tiny usability tweak for website

2018-07-14 Thread Doug Bell
Using DataTables would not be a quick switch: The data in the table is not rendered in the markup. It's loaded with JavaScript, which means I have to do a lot more than just call a single function. Even the sorttable.js I'm now using requires me to call a function at the right time. If it requi

Re: Teeny-tiny usability tweak for website

2018-07-14 Thread Ron Savage
Hi Doug I'd strongly suggest a quick switch from sorttable to the much more sophisticated yet very simple datatables: https://datatables.net/. On 15/07/18 07:42, Doug Bell wrote: Okay, this is added now (slightly less than one year later). It's not perfect, sometimes the sorting is slightly

Re: Teeny-tiny usability tweak for website

2018-07-14 Thread Doug Bell
Okay, this is added now (slightly less than one year later). It's not perfect, sometimes the sorting is slightly inaccurate, and it doesn't seem to let me sort descending, but it'll work until the page around it can be made a bit better. Doug Bell d...@preaction.me > On Jul 27, 2017, at 6:42

Teeny-tiny usability tweak for website

2017-07-27 Thread David Cantrell
It would be handy if the columns in the table here: http://www.cpantesters.org/distro/N/Number-Phone.html#Number-Phone-3.4001_02 were sortable. I use this JS library for something similar on my own webshite. It's dead simple and Just Works with minimal effort: https://www.kryogenix.org/code/br