I can not copy the information that comes in the message 
Associated with the function, but the columns are not active.
@IBAction func onEnterInTextField(_ sender: NSTextFieldCell) { let selectedRowNumber = messagesTable.selectedRow if selectedRowNumber != -1 { items[selectedRowNumber] = sender.stringValue } } 