diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index d885570e..406bb223 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -776,7 +776,7 @@ Ox.TextList = function(options, self) { } function updateColumn() { - var columnId = self.options.columns[self.selectedColumn].id + var columnId = self.options.columns[self.selectedColumn].id, isSelected = columnId == self.options.sort[0].key; if (self.options.columnsVisible) { if (isSelected) {