2

特定の列の任意の行をクリックしたときに、ツリー パネルの列ヘッダー名 (動的に設定されたもの) を取得する方法を教えてください。

私は試した:

handler: function(treepanel, rowIndex, colIndex) {
    treepanel.getColumnModel().getColumnAt(colIndex));
}

どんな助けでも大歓迎です。

4

1 に答える 1

0

試す:

treepanel.getView().getGridColumns()[colIndex]['name'];
于 2013-02-26T01:31:56.540 に答える