Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

Documentation flaws on sortable tables #6936

Open boxed opened 4 years ago

boxed commented 4 years ago

Adding the class ascending or descending to the th will show the user the sorting direction.

That's not correct, and the example shows what you actually need:

  1. set the "sortable" class on the table
  2. set the "ascending" AND "sorted" class on the th