Sort by Multiple Columns
What is the feature you'd like to have? For data that is displayed in multiple columns that the user can choose to sort by one column, should be enhanced so that multiple columns can be used to sort and the columns would have an order / hierarchy. This is especially useful in Strings, but the concept / widget would be useful in many locations where multiple sortable columns display data today.
Is your feature request related to a problem? In Strings, if I sort by "Type" the Address column is all over the place and no longer in address order. This makes it difficult to follow along in a disassembly or IL view because the data displayed in the Strings pane is jumbled compared to the disasm/IL view.
Additional Information:
Here is an example. In this screenshot, I'm looking for ASCII chunks from the payload in the executable assembly. I want to write detection rules based on these visible chunks.
However, if I sort by type to hide the Outlined strings, you can see in this screenshot that all the addresses are out of order.
There are UI widgets like seen in Kibana that let you sort by multiple columns and each columns sort has a specific sequence. I would then be able to sort by Type and the second by Address and the result would be an in order view of ASCII strings (or Outlined if that's what you want.)