Heim  >  Artikel  >  Web-Frontend  >  关于extjs4如何获取grid修改后的数据的问题_extjs

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

WBOY
WBOYOriginal
2016-05-16 17:26:291348Durchsuche

下面是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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn