答案 0 :(得分:1)
这不是这么简单,但您可以使用事件headertriggerclick
在标题菜单中添加项目。然后,您可以添加自定义功能,在其中添加另一个过滤器。
this.on('headertriggerclick', function(ct) {
var grid = ct.grid;
var menu = ct.getMenu();
menu.items // Add custom items here, you can copy the existing filter item (should be the last one)
});