vkocubinsky / SublimeTableEditor

This package is no more supported. I moved to vim.
Other
494 stars 67 forks source link

Sort by current column #15

Open chaoaretasty opened 11 years ago

chaoaretasty commented 11 years ago

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.