diff --git a/source/UI/js/List/TableList.js b/source/UI/js/List/TableList.js index 3ac3b04b..b7d25f58 100644 --- a/source/UI/js/List/TableList.js +++ b/source/UI/js/List/TableList.js @@ -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()) {