diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index be842af1..77d184ae 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -601,7 +601,7 @@ Ox.TableList = function(options, self) { } function enableHorizontalScrolling() { - that.$body.css({overflowX: 'auto'}); + that.$body && that.$body.css({overflowX: 'auto'}); that.bindEvent({ key_left: function () { var $element = that.$body.$element,