So, this my case :
I've got an NSMutableArray
(of NSMutableDictionary
instances) bound to an NSArrayController
. Each element's name
value is, in turn, bound to the value of the first table column.
The thing is :
How should I make it auto-sort the elements in that specific table column (of my NSTableView
) ?