diff --git a/source/Ox.UI/js/List/Ox.TreeList.js b/source/Ox.UI/js/List/Ox.TreeList.js index 1c9c0fba..3b36ad43 100644 --- a/source/Ox.UI/js/List/Ox.TreeList.js +++ b/source/Ox.UI/js/List/Ox.TreeList.js @@ -107,7 +107,7 @@ Ox.TreeList = function(options, self) { .appendTo($item); } $('
') - .addClass('OxCell OxTarget') + .addClass('OxCell OxTarget'+!data.items?' OxSelectable':'') .css({ width: (self.options.width - padding - 32 + !data.items * 16) + 'px' })