Is there any way to make markdown tables sortable?

thouliha picture thouliha · Mar 16, 2017 · Viewed 8.4k times · Source

I'd like to write my table in markdown text, but allow it to be sortable on github after its been rendered(simple asc/desc sorting by clicking on the column header.

Any way to do this?

Answer

Bertrand Martel picture Bertrand Martel · Mar 16, 2017

Table sort is not supported in Github flavored markdown but one alternative is to use user script such as Github Sort Content

It's very easy to install, for instance from Chrome :

Then tables from github.com markdown pages can be sorted like :

enter image description here