vscode-markdown-table-formatter
vscode-markdown-table-formatter copied to clipboard
Once sorted by a column, how do i reset the sort order?
I want to be able to go back to the original sort. How can i do that?
Unfortunately it can't. There is no state saved by the extension, so it changes the file and it becomes the new state. If you really want to go back, you can make a backup first, or create a column with the original order then sort by it.