On Jul 24, 2008, at 8:48 AM, Timothy Reaves wrote:

The documentation for NSTableView setSortDescriptors: starts off with
"A table column is considered sortable if it has a sort descriptor
that specifies the sorting ".  I find this a bit puzzling as this is
the documentation for NSTableView, not NSTableColumn.

What is the correct formulation of the array of sort descriptors when
calling this method?  I can't seem to find an example.

TableView automatically sets the array for you. It sets it to the values of the -sortDescriptorPrototype set in the NSTableColumn (which you can set in IB, via the sort key stuff).

Each subsequent column clicked gets added to the array of sort descriptors to allow sub-sorting.

This help? If not, I can elaborate more.

corbin
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to