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.
私のアプリケーションには、いくつかの ArrayCollections と DataGrid があります。入力データによって決定される ArrayCollections の数。各 DataGrid 列に独自のデータプロバイダーを作成する方法は?
良い出発点は、DataGrid を継承し、関数セット dataProvider をオーバーライドすることです。次に、データ構造を処理するすべてのロジックを実装する必要があります。しかし、Flex の深い知識がなければ、それは容易ではありません。
代わりに、データを DataGrid が受け入れる形式にマージする何らかのユーティリティを作成することをお勧めします。