make sure cell exists
This commit is contained in:
parent
74f3f58942
commit
eee525a80b
1 changed files with 1 additions and 1 deletions
|
@ -1246,7 +1246,7 @@ Ox.TableList = function(options, self) {
|
||||||
});
|
});
|
||||||
id = value;
|
id = value;
|
||||||
}
|
}
|
||||||
$cell = getCell(id, key);
|
$cell = getItem(id) && getCell(id, key);
|
||||||
if ($cell && !$cell.is('.OxEdit')) {
|
if ($cell && !$cell.is('.OxEdit')) {
|
||||||
var value = formatValue(key, value, that.$body.value(id));
|
var value = formatValue(key, value, that.$body.value(id));
|
||||||
if (value != $cell.html()) {
|
if (value != $cell.html()) {
|
||||||
|
|
Loading…
Reference in a new issue