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.
问题说明了一切。我需要在 actioncolumn 中获取包含单击项目的行的 DOM 节点。
看起来这很容易,因为我有 rowIndex 但文档中没有任何内容建议如何使用它来获取行。至少没有什么相当明显的。
使用getNode:http ://docs.sencha.com/ext-js/4-2/#!/api/Ext.grid.View
grid.getView().getNode(rowIndex);