diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index 0ed389b5..38cfc690 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -943,7 +943,7 @@ Ox.TextList = function(options, self) { id = value; } $cell = getCell(id, key); - $cell && $cell.html(formatValue(key, value)); + $cell && $cell.html(formatValue(key, value, that.$body.value(id))); if (key == self.options.sort[0].key) { // sort key has changed that.$body.sort();