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

index 48e1950..d91b859 100644 (file)
@@ -589,6 +589,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             var c = {
                 tag: 'th',
+                cls : 'roo-bootstrap-thead-row-' + rowIndex,
                 style : '',
                 html: cm.getColumnHeader(i)
             };