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

index f9d6ab7..c3b5212 100644 (file)
@@ -885,7 +885,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var row = {
             tag : 'tr',
-            cls : 'x-row-' + rowIndex,
+            cls : 'roo-bootstrap-table-row-' + rowIndex,
             cn : []
         };
             
@@ -923,7 +923,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             var td = {
                 tag: 'td',
-                cls : rowcfg.rowClass,
+                cls : rowcfg.rowClass + ' roo-bootstrap-table-col-' + i,
                 style: '',
                 html: (typeof(value) === 'object') ? '' : value
             };