Can you populate an NSTableView with an NSEnumerator?
Can you populate an NSTableView with an NSEnumerator?
- Subject: Can you populate an NSTableView with an NSEnumerator?
- From: "Jarrod Roberson" <email@hidden>
- Date: Tue, 31 Oct 2006 13:58:41 -0500
I have some data I want to display in an NSTableView, the problem is the
dataset can be big, as in hundreds of thousands of rows.
I have implemented a lightweight NSEnumerator that will let me iterator
across the data without actually having to create a giant NSArray.
I can only find documentation on populating an NSTableView with an NSArray,
for very very very very large datasets what is the prefered idiom(s)?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden