Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Understanding the NSTableView Class
Subject:   Reload Data
Date:   2006-08-09 15:08:08
From:   bmont
I'm not quite sure what the "-reloadData" method actually does.

Does it reload the entire table, or only the visible portion of the table?


Is there a way to only reload a single cell or a single row?



Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Reload Data
    2006-08-10 14:31:38  anarakis [View]

    The [reloadData] message will only update the visible portions of the table. This includes those rows that are only barely visible, i.e., by a few pixels.

    Also, there is no straightforward way to update a single cell or row. This might change in future implementations of the NSTableView class.