Editable widget: refresh after editing. Fixes #487

This commit is contained in:
Mottie 2014-01-24 10:54:14 -06:00
parent 46bedcdfed
commit b9238d3889

View File

@ -77,6 +77,7 @@
.data('contentFocused', false)
.trigger('updateCell', [ $this.closest('td'), wo.editable_autoResort, function(table){
$this.trigger( wo.editable_editComplete );
c.$table.trigger('applyWidgets');
} ]);
$this.trigger('blur.tseditable');
}