我需要根据分页工具栏中的刷新按钮编写一些操作.我该如何覆盖该doRefresh()
方法?
this.bbar=Ext.create('Ext.PagingToolbar', {
store: store,
displayInfo: true,
displayMsg: 'Displaying records {0} - {1} of {2}',
emptyMsg: "No topics to display"
});
Run Code Online (Sandbox Code Playgroud)