Re: Search in NSTableView
Re: Search in NSTableView
- Subject: Re: Search in NSTableView
- From: Ondra Cada <email@hidden>
- Date: Fri, 28 Jun 2002 22:25:07 +0200
On Friday, June 28, 2002, at 08:10 , Aidas wrote:
Did anybody tried to do search in NSTableView?
It is impossible, kind of. You can search its datasource though, quite
easily. Depending on your particular data it quite probably would be more
efficient to search the data directly though (ie., not through the table
view datasource API).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.