AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Simplify data explorer column sorting logic

Open JasonYeMSFT opened this issue 2 years ago • 0 comments

We currently write an explicit rule for each column. A lot of columns share the same sorting rules (e.g. string values are always converted to lowercase and then compared by literal values). We can consider merging the common rules and only write explicit rules for the columns that need to be handled specially.

JasonYeMSFT avatar Nov 13 '23 18:11 JasonYeMSFT