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
Swift 4.0
func tableView(_ tableView: NSTableView, shouldSelectRow row: Int) -> Bool { return false }