make sure cell exists

This commit is contained in:
j 2017-02-14 16:04:20 +00:00
parent 74f3f58942
commit eee525a80b

View file

@ -1246,7 +1246,7 @@ Ox.TableList = function(options, self) {
});
id = value;
}
$cell = getCell(id, key);
$cell = getItem(id) && getCell(id, key);
if ($cell && !$cell.is('.OxEdit')) {
var value = formatValue(key, value, that.$body.value(id));
if (value != $cell.html()) {