View-based NSTableView that was introduced with Mac OS X 10.7 brought a long sought relieve to platform developers. Yet ever since its behavior was somewhat surprising and documented. One such quirk is the isEnabled
status of a view-based table view.
Being a subclass of NSControl
the table inherits the isEnabled/setEnabled…