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.
如何从 Ext.grid.panel 获取特定行和列的数据。假设我想要 X 行和 Y 列的数据。
在一些行动上:
grid.store.getAt(rowIndex).data.y
这里'y'是特定列的数据索引