NSTableColumn.identifier()
NSTableColumn.identifier()
- Subject: NSTableColumn.identifier()
- From: email@hidden
- Date: Mon, 04 Feb 2002 13:52:36 -0300
- Organization: Perfil
Hello, I have a NSTableView and the datasource. In IB I give columns names to the table, but in
tableViewObjectValueForLocation i want to get the column identifier( with NSTablecolumn.identifier()) for displaying
the data but it always return null. How do i do that?
Thanks.