我正在使用Extjs 6,我想在我的网格上添加过滤器。我使用了gridfilters插件,但我找不到我在Extjs 4上使用的buildQuery方法。如何替换它? 这是Extjs 4.2.2中的代码:
features: [{ ftype: 'filters', encode: false, local: false, sorters: '', filters: this.createFiltres(), buildQuery: this.bQuery, }]
我添加了插件:'gridfilter',但它不起作用。我需要buildQuery。