There is a click handler for the entire block:

listeners: { click: { element: 'el', deligate: '.results-row', preventDefault: true, fn: this.resultsClickHandler, scope: this } } 

You need to do for .result-row td: nth-child (2), .result-row td: nth-child (3) and .result-row td: nth-child (7) Different click handlers.

    0