是否可以使用 itemRender 标签在数据网格中默认排序?
我们已经知道Datagrid默认排序,当我们点击dategrid的标题时,就会自动对记录进行排序。但是我们如何在数据网格中的内联 itemreander 链接字段标签中进行排序。在项目中,默认排序在数据网格中正常工作,但链接字段列仅不排序? 有什么方法可以对功能进行排序吗?如果你知道请参考一下。
We know already Datagrid default sorting, when we click on header of dategrid then automatically sorting records well. But how can we sort within inline itemreander linkfield label in datagrid. In project default sorting properly work in datagrid but linked field column only not sorting?
Is it any way to sort functionality? if u know please refer it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用内联项渲染器为该列实现
sortCompareFunction
。查看 FLEX API 参考
You need to implement a
sortCompareFunction
for the column using the inline item renderer.Check the FLEX API Reference