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

index 155a91a..b740c93 100644 (file)
@@ -682,8 +682,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 td.style += ' width:' +  config.width + 'px;';
             }
             
-            if(typeof(config.cursor) != 'undefined'){
-                td.style += ' cursor:' +  config.cursor + ';';
+            if(this.RowSelection && typeof(this.cursor) != 'undefined'){
+                td.style += ' cursor:' +  this.cursor + ';';
             }
              
             row.cn.push(td);