How do you get the row for a button in a view based table when you click the button? The row is not selected when the button is clicked, but I found that if you log sender.s
-[NSTableView rowForView:] says this in its documentation:
-[NSTableView rowForView:]
This is typically needed in the action method for an NSButton (or NSControl) to find out what row (and column) the action should be performed on.