Re: Sorting NSManagedObjects in an NSTableView
Re: Sorting NSManagedObjects in an NSTableView
- Subject: Re: Sorting NSManagedObjects in an NSTableView
- From: Scott Anguish <email@hidden>
- Date: Mon, 1 Aug 2005 01:09:30 -0400
On Jul 31, 2005, at 8:25 PM, email@hidden wrote:
Hello,
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:
This email sent to email@hidden