0

我无法在Ext.on-ready(function(){});使用store.load()功能之外加载商店。我需要您的意见和建议,或者您可以建议某人寻求帮助?下面是我的代码,我使用 Ajax 函数将过滤器应用于网格。在 show_filter-data_Response(){ 函数中我想加载函数。但无法加载它

#Ajax response function
function show_filter-data_Response(response-text, status-text)
{
   #in the response i want to reload the grid
  storefront.load();
 }
4

0 回答 0