I have a NSTableView and I want to disable row selection.
NSTableView
The columns of the table view are bound to a NSArrayController and the content of
NSArrayController
I think you'll need to use a TableViewDelegate and implement
- (NSIndexSet *)tableView:(NSTableView *)tableView selectionIndexesForProposedSelection:(NSIndexSet *)proposedSelectionIndexes