Sorting in an NSTableView
Sorting in an NSTableView
- Subject: Sorting in an NSTableView
- From: Andrew Baldwin <email@hidden>
- Date: Fri, 3 May 2002 11:16:33 -0400
I need to sort in an NSTableView, what is the best way to do this
without sorting the original source of the data? Should I create an
NSArray of strings/numbers which can be displayed in the table and which
have an instance variable referring back to the original datasource or
is there a better/"more cocoa" way to do this?
(I need to access the original datasource if the user clicks on an item
in the NSTableView)
Thanks in advance,
Andrew
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.