Populating NSTableView from data source
Populating NSTableView from data source
- Subject: Populating NSTableView from data source
- From: Matt Jaffa <email@hidden>
- Date: Sat, 28 Feb 2004 14:00:57 -0700
Hi,
I was wondering how I let my NSTableView from where to get its data
after
you do:
NSTableView *table;
[table reloadData];
I was looking at an example in a cocoa book, but it doesn't say how to
make
the TableView load from a certain data source.
I have a System PreferencePane I have created, and when they add rules
I want them
to display in my Table View, without having to go through all the
trouble of having an
NSDocument.
Thanks,
Matt
_______________________________________________
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.