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

index c75345c..155a91a 100644 (file)
@@ -681,6 +681,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             if(typeof(config.width) != 'undefined'){
                 td.style += ' width:' +  config.width + 'px;';
             }
+            
+            if(typeof(config.cursor) != 'undefined'){
+                td.style += ' cursor:' +  config.cursor + ';';
+            }
              
             row.cn.push(td);