Re: Sorting NSTableView on two keys
Re: Sorting NSTableView on two keys
- Subject: Re: Sorting NSTableView on two keys
- From: Trygve Inda <email@hidden>
- Date: Fri, 11 Nov 2005 06:21:53 +0000
> in IB, the only option you have is to bind an array to the
> sortDescriptors binding for the array controller
>
> the sort descriptors in the table view inspector are at the tableview
> level, likely not what you want. there isn't really a way to specify
> the sort order for multiple columns, only that key "x" is the key
> that is used when sorting that column by clicking in the tablecolumn
> header
>
>
So can I still guarantee that when the user clicks the column header, the
sorting stays accurate on the other columns?
I guess there are two levels of sorting going on here - one at the TableView
and one at the ArrayController levels??
Trygve
PS: If Apple is listening, an example of multi-key/column sorting would be
nice!
_______________________________________________
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