Sorting NSManagedObjects in an NSTableView
Sorting NSManagedObjects in an NSTableView
- Subject: Sorting NSManagedObjects in an NSTableView
- From: email@hidden
- Date: Sun, 31 Jul 2005 17:25:46 -0700
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?
Thanks,
Blake
_______________________________________________
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