how to display title in colom cell of NSTableView?
But i want to display dynamic.is it possible?
mikw
2010-05-20 05:16:43
Yes, in code fetch a column in question then adjust it's headerCell's title property: `[[column headerCell] setTitle:@"foobar"]`
Eimantas
2010-05-20 05:31:17