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 } })