私の以前のデモでは、編集オプション。 dataEvents
配列では、他のイベントハンドラを定義できます。
答えに記載されているように keyup
を列にバインドするだけで済みます。イベントハンドラの本体では、 'change'イベントハンドラの本体と同じアクションを実行できます(コードを関数に置き、両方のハンドラから呼び出すことができます)。途中で問題を解決できるはずです。
UPDATED: I updated the old answer and another one which was origin for the demo which you used. The new demo support the navigation buttons (the buttons to edit the 'next' or the 'previous' row) in the editing form.