欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

关于extjs4如何获取grid修改后的数据的问题

程序员文章站 2022-03-20 23:05:27
下面是api的描述。可以获取各种值。 e : object an edit event with the following properties: •grid...
下面是api的描述。可以获取各种值。

e : object

an edit event with the following properties:
•grid - the grid
•record - the record that was edited
•field - the field name that was edited
•value - the value being set
•originalvalue - the original value for the field, before the edit.
•row - the grid table row
•column - the grid column defining the column that was edited.
•rowidx - the row index that was edited
•colidx - the column index that was edited
相关标签: extjs4 grid