tableView(_:didClick:)
Tells the delegate that the mouse button was clicked in the specified table column, but the column was not dragged.
Declaration
@MainActor optional func tableView(_ tableView: NSTableView, didClick tableColumn: NSTableColumn)Parameters
- tableView:
The table view that sent the message.
- tableColumn:
The table column.