filtering the values in an NSTableColumn
filtering the values in an NSTableColumn
- Subject: filtering the values in an NSTableColumn
- From: Koen van der Drift <email@hidden>
- Date: Wed, 08 Aug 2012 20:17:52 -0400
I'd like to filter the values in a table column based on values entered in two NSTextFields by the user (min and max).
I tried to bind the Min Value and Max Value of the column to the NSTextField float value property, but that didn't change anything. I also created a min and max property in my controller and bind to that, but again, no filtering occurs.
How can I do this?
OS X, cell based table.
Thanks,
- Koen.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden