Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Fri, 8 May 2015 08:20:19 +0000 (16:20 +0800)
committerEdward <edward@roojs.com>
Fri, 8 May 2015 08:20:19 +0000 (16:20 +0800)
Roo/bootstrap/Table.js

index 14b7167..b75d769 100644 (file)
@@ -681,7 +681,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 td.style += ' width:' +  config.width + 'px;';
             }
             
-            if(this.RowSelection && typeof(this.cursor) != 'undefined'){
+            if(typeof(config.cursor) != 'undefined'){
                 td.style += ' cursor:' +  this.cursor + ';';
             }