问题
How can I get data at certain row and column from Ext.grid.panel. suppose I want data at row X and column Y.
回答1:
On some action :
grid.store.getAt(rowIndex).data.y
Here 'y' is dataIndex of particular column
来源:https://stackoverflow.com/questions/17361790/how-do-i-get-data-from-grids-row-ext-js