Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用此示例为树存储编写过滤器,我想知道如何调整/调用过滤器方法,以便显示与过滤器参数不匹配的值。
我尝试对其进行调整,使其仅在过滤器参数错误时才调用 node.remove() 。但是,这似乎并没有更新商店和面板。
我错过了什么吗?
为此,我需要编写 Filter.filterfn 的自定义实现。
Filter({ filterfn: function(record){ //Insert Logic } })