Custom function call after Extjs 4 grid sort
问题 I have an Extjs 4 grid with sort capability. i want to call a custum function after each time user presses sort button. In my custom function i want to navigate to the first page of my grid (my grid uses pagination and it takes advantage of server-side sort) i think i must use store.loadPage(1) in my custom function (correct me if I'm wrong) where should i put my custom function? This is my Ext.OnReady() function: Ext.onReady(function() { Ext.tip.QuickTipManager.init(); var url = { local: