How do I hide an NSTableView header completely, so that it does not take any space up?
You can also set the headerView programmatically without subclassing
[tableView setHeaderView:nil];