Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / grid / sliding-pager.js
index b6aaae1..59748fb 100644 (file)
@@ -131,6 +131,9 @@ Ext.onReady(function(){
         height:320,
         width:600,
         frame:true,
+        resizable: {
+            handles: 's'  
+        },
         bbar: Ext.create('Ext.PagingToolbar', {
             pageSize: 10,
             store: store,