I am trying this solution also But It doesn’t solve my problem
Get selected column and row from NSTableView
Get selected row and column in view based nstable
How can I get the column selected ?
what i get when i am using selectedColumn
property of NSTableView
[tableView selectedColumn] //returns -1
[tableView selectedRow] //returns 1,
is there any way to get selected column
Note: I want to get selected column without creating subclass of NSTableView class