Re: TableView refresh
Re: TableView refresh
- Subject: Re: TableView refresh
- From: Sam Goldman <email@hidden>
- Date: Wed, 06 Feb 2002 00:25:10 -0800
Dustin,
You just need to call reloadData after changing one value in the Data
Source. I don't know of any methods in the AppKit framework to do a single
cell, but you could make your own table view class that you directly
manipulate instead of going through a data source.
If it is merely a performance problem, I would say just forget about it (at
least for now) and move on. If the need to manipulate a cell directly is
integral to the operation of the app (which shouldn't be necessary, I don't
think) then you should ask more experienced developers for the better way to
do this.
I really don't see any need for this, but I know nothing of your app.
I am just taking a blind stab here, so don't take anything I say to be
definitive.
HTH,
Sam
On 2/6/02 12:09 AM, "Dustin Mierau" <email@hidden> wrote:
>
I need to be able to refresh the data for a single cell in a table, is
>
this possible? Also, is it possible to refresh a table column? I only
>
see the method reloadData, but that seems like quite a price to pay just
>
to reload a single cell.
>
>
Thanks,
>
-dustin
>
_______________________________________________
>
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.
--
Windows is a 32-bit patch to a 16-bit shell for an 8-bit operating system
written for a 4-bit processor by a 2-bit company without 1 bit of sense.
_______________________________________________
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.