vscode-markdown-table-formatter icon indicating copy to clipboard operation
vscode-markdown-table-formatter copied to clipboard

Once sorted by a column, how do i reset the sort order?

Open martisj opened this issue 5 months ago • 1 comments

I want to be able to go back to the original sort. How can i do that?

martisj avatar Jun 04 '25 11:06 martisj

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.

fcrespo82 avatar Jun 04 '25 13:06 fcrespo82