• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: add row NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >add row NSTableView (From: Georges Engelmann <email@hidden>)

  • Prev by Date: Re: MIME types?
  • Next by Date: Re: Does File System Event Exist?
  • Previous by thread: add row NSTableView
  • Next by thread: Re: add row NSTableView
  • Index(es):
    • Date
    • Thread