Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれを試しました:
renderer : function( strValue, oMetaData, oRecord ) { var i; if( oRecord.data.leaf ) { for( i in this.items ) { this.items[i].disable(); } } }
ただし、リーフである特定のレコードだけでなく、列全体のアクションを無効にしました。
参照が問題だと思いthisます。アーカイブする内容のスコープが間違っているようです。レンダラーの引数、特にメタ情報を見てください。
this