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.
ADFのTreeTableにsortpropertyを設定することは可能ですか?クエリにorderby句があるviewcriteriaがあります。
TreeTableは、アイテムを正しい順序で表示しません。これは知られていますか?
それを見つけた!イテレータにはsortプロパティが設定されていました。sortプロパティを削除し、'orderby'句はチャームのように機能します:)