Skip navigation.
 
mlUsing an alternate sort selector for a bound table column?
FROM : Jim Correia
DATE : Tue May 17 18:12:08 2005

I have a NSTableView with two columns (first name and last name) 
bound to an array. If I check the "Creates Sort Descriptor" checkbox 
for the value binding it appears to use compare: for the selector. Is 
there a way to tell the binding to use 
localizedCaseInsensitiveCompare: instead?

Or must I create the sort descriptor myself and apply it to the table 
column in awakeFromNib? Or a better solution?

Thanks,
Jim

Related mailsAuthorDate
mlUsing an alternate sort selector for a bound table column? Jim Correia May 17, 18:12
mlRe: Using an alternate sort selector for a bound table column? The Karl Adam May 19, 02:21
mlRe: Using an alternate sort selector for a bound table column? Jim Correia May 19, 03:09
mlRe: Using an alternate sort selector for a bound table column? The Karl Adam May 19, 04:55
mlRe: Using an alternate sort selector for a bound table column? Scott Anguish May 19, 07:25