X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..HEAD:/docs/source/TableChunker.html diff --git a/docs/source/TableChunker.html b/docs/source/TableChunker.html index f75c96d5..2a8a0399 100644 --- a/docs/source/TableChunker.html +++ b/docs/source/TableChunker.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.view.TableChunker
  * 
  * Produces optimized XTemplates for chunks of tables to be
@@ -13,7 +30,7 @@ Ext.define('Ext.view.TableChunker', {
         '{[this.openTableWrap()]}',
         '<table class="' + Ext.baseCSSPrefix + 'grid-table ' + Ext.baseCSSPrefix + 'grid-table-resizer" border="0" cellspacing="0" cellpadding="0" {[this.embedFullWidth()]}>',
             '<tbody>',
-            '<tr>',
+            '<tr class="' + Ext.baseCSSPrefix + 'grid-header-row">',
             '<tpl for="columns">',
                 '<th class="' + Ext.baseCSSPrefix + 'grid-col-resizer-{id}" style="width: {width}px; height: 0px;"></th>',
             '</tpl>',
@@ -136,4 +153,6 @@ Ext.define('Ext.view.TableChunker', {
         
     }
 });
-
\ No newline at end of file +
+ +