tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript
https://tristen.ca/tablesort/demo/
MIT License
1.1k stars 179 forks source link

Touch screen requires two taps #157

Closed ngblaylock closed 2 years ago

ngblaylock commented 6 years ago

I am looking at this on my iPad, and to sort the table the first tap only displays the sort direction icon, but does not sort the table. Then the second tap shows the other direction and sorts the table as expected.

tripu commented 6 years ago

What URL is that, and which column are you tapping on?

Could it be that the column you're tapping is already sorted, so that the first tap just shows the icon, but does not change the order of the rows themselves?