I've got an NSArrayController with a predicate set in the predicate
editor so that the NSArrayController only shows a subset of my
NSManagedObjects.
I have an NSTableView bound to the NSArrayController. I have two
columns showing. I would like to sort of the rows showing in the
TableView based on one of the keys in the NSManagedObjects. How do
I do this?
NSTableColumn's Attributes page lets me set a sort key. I entered
the name of the key I wanted to sort on there, but no luck. Do I
need to produce sortDescriptors somewhere in my chain?
If you set the sortDescriptors on your array controller, you'll
be all set.
--
"William Cheeseman ... is said not to be a doofus in real life." -
Roger Ebert, Chicago Sun-Times Online
Scott Anguish
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden