ADF TreeTable 中的排序依据
是否可以在 ADF 的 TreeTable 中设置 sortproperty? 我有一个 viewcriteria,在查询中带有 order by 子句。
TreeTable 未按正确的顺序显示项目。 这是已知的还是?
Is it posible to set sortproperty in a TreeTable in ADF?
I have a viewcriteria, with a order by clause in the query.
The the TreeTable doesn't show the items in the correct order.
Is this known, or?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了!迭代器设置了排序属性。删除了排序属性,“order by”子句就像一个魅力:)
Found it! The iterator had a sort property set. Deleted the sort property, and the 'order by' clause works like a charm :)