summaryrefslogtreecommitdiffstats
path: root/dev/jquery.jtable.editing.js
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2013-01-17 21:56:25 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2013-01-17 21:56:25 +0200
commitf5d582f795149e4a1555ecaf858cfc40d5484770 (patch)
tree47e13ba5a9242833cc533805bb923c9c1f91e6db /dev/jquery.jtable.editing.js
parent17df83e7d9b6846f7ee0b44381c02b5043e68330 (diff)
downloadjtable-f5d582f795149e4a1555ecaf858cfc40d5484770.zip
jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.gz
jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.bz2
jTable v2.0.1
Diffstat (limited to 'dev/jquery.jtable.editing.js')
-rw-r--r--dev/jquery.jtable.editing.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/jquery.jtable.editing.js b/dev/jquery.jtable.editing.js
index 8b90ac0..40856c1 100644
--- a/dev/jquery.jtable.editing.js
+++ b/dev/jquery.jtable.editing.js
@@ -148,6 +148,8 @@
}
$.extend($updatingRow.data('record'), options.record);
+ self._updateRecordValuesFromServerResponse($updatingRow.data('record'), data);
+
self._updateRowTexts($updatingRow);
self._onRecordUpdated($updatingRow, data);
if (options.animationsEnabled) {