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

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