Is it possible to sort a list of items but have certain values placed first no matter what?
I have a list of surgeons I need to enter into a table to act as options for an enum list, but Unknown and Not Yet Completed are options in the current list. I’d like those two options to be at the top of the list, but the surgeons to be alphabetized beneath these two.