I would love to be able to sort columns in a data table alphabetically. IMO, this is kind of a no-brainer, especially when working with data tables that have hundreds of items. Now I'm sure that a lot of people would tell me to just export my data tables as CSV files, but that isn't the most friendly nor convenient approach, nor could I do this in Excel. An example of what I might want to happen with sorting, is say I click on a column 'Description', it would sort all rows alphabetically based on the description column. This would make it easy to find blank descriptions, or anything really.
An issue that was brought up by someone:
Well, Enums could be sorted, Structs could as well, or simply disable that for Structs. It wouldn't kill anyone to add some functionality before having 100% of what everyone wants. Simply sorting Strings and numbers would be a great start.
An issue that was brought up by someone:
What about Enums or Structs?
Comment