NSTableColumn
NSTableColumn is a class in the AppKit framework that represents a single column within an NSTableView. Each column carries its own identity, appearance, and sizing information, and together with other columns defines the structure of the table. The class is used in both cell-based and view-based table views, though its role differs slightly depending on the table's mode.
Key properties include the identifier, title, and sizing controls. The identifier is a NSUserInterfaceItemIdentifier that uniquely
Sorting support is provided via sortDescriptorPrototype, an NSSortDescriptor that defines how data should be ordered when
NSTableColumn can be created programmatically or configured in Interface Builder, and is then added to an NSTableView’s