Similar to this, How can I keep track of the index path of a button in a table view cell?

Do we have **any way we can select the row index of a **NSTableView**** when clicking on the button in the table cell.

有帮助吗?

解决方案

Implement below delegate method in this you can identify which cell you have selected:-

- (void)tableView:(NSTableView *)tableView
  willDisplayCell:(id)cell
   forTableColumn:(NSTableColumn *)tableColumn
              row:(NSInteger)row
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top