Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Wed, 25 Jul 2018 05:11:45 +0000 (13:11 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jul 2018 05:11:45 +0000 (13:11 +0800)
Roo/bootstrap/Table.js

index 9a64b58..f9d6ab7 100644 (file)
@@ -881,12 +881,11 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     renderRow : function(cm, ds, rowIndex) 
     {
-        
         var d = ds.getAt(rowIndex);
         
         var row = {
             tag : 'tr',
-            cls : '',
+            cls : 'x-row-' + rowIndex,
             cn : []
         };