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

Include td data-sort-column-key="price" in demo #204

Closed OvenBaker closed 3 years ago

OvenBaker commented 4 years ago

The example markup for the "Sorting by column keys" demo includes the key selector in the header th cells, but not their td cells. Without this, the example is confusing as it is unclear how the selector maps to the cells. The interactive table in the demo is correct, so I suggest updating the example markup to match.