How do I get data from grid's row Ext JS

為{幸葍}努か 提交于 2019-12-07 05:32:09

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!