Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Thu, 26 Jul 2018 03:48:03 +0000 (11:48 +0800)
committerEdward <edward@roojs.com>
Thu, 26 Jul 2018 03:48:03 +0000 (11:48 +0800)
Roo/bootstrap/Table.js

index 8cb91d4..351db73 100644 (file)
@@ -882,7 +882,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         var row = {
             tag : 'tr',
-            cls : 'roo-bootstrap-tbody-row-' + rowIndex,
+            cls : 'x-row-' + rowIndex,
             cn : []
         };
             
@@ -920,7 +920,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             var td = {
                 tag: 'td',
-                cls : rowcfg.rowClass + ' roo-bootstrap-tbody-col-' + i,
+                cls : rowcfg.rowClass + ' x-col-' + i,
                 style: '',
                 html: (typeof(value) === 'object') ? '' : value
             };