我正在尝试使用这个https://github.com/matfish2/vue-tables-2使用Vue2.1.8。它工作得很好,但我需要使用自定义过滤器根据它们的值等来格式化一些字段。在选项中我有这个:customFilters:[{name:'count',callback:function(row,query){console.log('seeme?');//Notfiringthisreturnrow.count[0]==query;}}]在文档中说我必须这样做:Usingtheeventbus:Event.$emit('vue-tables.filter::count',