Re: add row NSTableView
Re: add row NSTableView
- Subject: Re: add row NSTableView
- From: Chris Hanson <email@hidden>
- Date: Tue, 6 May 2003 13:38:18 -0500
At 6:55 PM +0200 5/6/03, Georges Engelmann wrote:
How to add, remove, insert rows in an NSTableView?
You don't; NSTableView isn't a container (as table views are in many
frameworks) but rather a "portal" through which data from a data
source is viewed.
So you just update the relevant information in the data source used
by your NSTableView, and then tell your NSTableView to reload its
data.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.