vkocubinsky/SublimeTableEditor

Sort by current column

Opened this issue · 0 comments

Not a core feature but a "nice to have" would be a basic sort. So in the table

    |    Name   |   Phone   | Age |             Position             |
    |-----------|-----------|-----|----------------------------------|
    | Anna      | 123456789 |  32 | Senior Software Engineer         |
    |-----------|-----------|-----|----------------------------------|
    | Alexander | 987654321 |  28 | Senior Software Testing Engineer |
    |-----------|-----------|-----|----------------------------------|

I could press a key combo and the rows would be ordered by the values of that column.