Re: Newbie NSTableView question
Re: Newbie NSTableView question
- Subject: Re: Newbie NSTableView question
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 5 Nov 2003 23:55:45 +0100
One solution could be that the data is a NSArray of NSDictionary.
This way you can have all the information and just return the "Last
name" object for the NSTableView?
mercredi 5 novembre 2003, ` 10:54 PM, Jay Rimalrick a icrit :
Is there a way to have the data source for a NSTableView to have
multiple fields without displaying all of the fields. For example,
the data source array would have first, middle, and last name but
would only display last name in the NSTableView?
Or must I keep separate arrays one to display in the TableView and one
for the other information and match then up via a key value?
Thanks in advance,
Jay
_______________________________________________
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.