Re: NSTableColumn.identifier()
Re: NSTableColumn.identifier()
- Subject: Re: NSTableColumn.identifier()
- From: Allan Odgaard <email@hidden>
- Date: Mon, 4 Feb 2002 19:15:25 +0100
On mandag, februar 4, 2002, at 05:52 , email@hidden wrote:
[...] i want to get the column identifier( with
NSTablecolumn.identifier()) for displaying
the data but it always return null. How do i do that?
You'd need to invoke setIdentifier on each table column (with the
identifier you later expect to receive).