私のextjsグリッド「cutterGrid」には、次の出力を持つレンダラーがあります
<a href="#" class="myclass">Product 1</a>
私のコントローラーには次のものがあります
'#cutterGrid':{
cellclick :this.onCutterSelectRow
},
これは機能しますが、明らかにこれにより、行全体をクリックできます。特定のセルでこれが欲しいだけです。
ここに私のグリッドのフィールドがあります
{
xtype:'gridcolumn',
dataIndex:'CutterNumber',
text:'Cutter',
renderer: renderCutter,
flex:1,
sortable: true
},