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.
テキストボックスへの入力に基づいてデータをフィルタリングしたいと思います。これは可能ですか?このようなものですが、クロスフィルターが付いています。
確かに可能ですが、生データからオブジェクトをcrossfilter作成し、テキストボックスの入力でフィルターを適用するだけです。dimension
crossfilter
dimension
myDimension.filter(valueFromBox); // selects values who equal the value in the text box
こちらのAPIドキュメントをご覧ください。