d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.09k stars 61 forks source link

Table columns should be sortable #97

Closed d0c-s4vage closed 1 year ago

d0c-s4vage commented 3 years ago

Describe the Feature Request

Clicking on a table column header should sort the rows by that column.

Each column should have three states:

multiple columns clicked should result in sorting being performed based on multiple keys

Example Markdown

Markdown should be the same as normal

Screenshot/Wireframe

An indicator should appear on the heading separator:

column   column
─────▴   ─────▾
5330     5330

Additional notes Add any other notes about the feature here.

d0c-s4vage commented 1 year ago

Done in 3.0-dev