Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / grid / locking-grid.js
index e059ec0..2af0148 100644 (file)
@@ -98,7 +98,7 @@ Ext.onReady(function() {
         store: store,
         columnLines: true,
         columns: [{
-            text     : 'Company',
+            text     : 'Company Name',
             locked   : true,
             width    : 200,
             sortable : false,