Extjs paging toolbar with grid panel not working
问题 I have the below code for paging in extjs... Even though I set it as 5 records per page, it still shows 6... and page 1 of 2 does not show "1"... I had problem with data from sql Click here to go that Thread.... so I decided to try out with memory store... but I still don't get the paging right.... any help? constructor: function () { this.callParent(arguments); var store = Ext.create('Ext.data.Store', { pageSize: 5, storeId: 'simpsonsStore', fields: ['name', 'email', 'phone'], data: {