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.
ExtJSのgridviewdragdropプラグインを使用して、parentNodeからの子のドラッグを無効にするにはどうすればよいですか?
'beforedrop'イベントで、親が変更されたかどうかを確認するため、編集をキャンセルします
beforedrop: function(node, data, overModel, dropPosition, dropFunction, eOpts ){ if(data.records[0].isLeaf()){// if(data.records[0].parentNode.data.id!=overModel.parentNode.data.id) return false; }