数组集合设置外键
我有一个数组集合设置为数据网格的数据提供者。我正在从关系数据库中提取内容,网格中的两列显示为外键。
如何用另一个表中的信息替换外键 id?
我猜我需要为每个做一些事情,但我真的不知道如何做。
I have an array collection set as a datagrid's dataprovider. I'm pulling content from my relational database and 2 of the columns in the grid appear as foreign keys.
How do I go about replacing the foreign key id with information from the other table?
I'm guessing I need to do some sort of: for each, but I'm really not sure how.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
理想情况下,您将为这两列使用 Itemrenderer,在其中您将用各自的标签(值等)替换这两个外键 id。有关 Itemrenderers 的更多详细信息:http://help.adobe.com/en_US/flex/using/WS03d33b8076db57b9-1c32bcb9124deadc3e9-8000.html
Ideally you would be using Itemrenderer's for those two columns where you will replace those two foreign key id's with the respective labels(values etc.). Further details on Itemrenderers: http://help.adobe.com/en_US/flex/using/WS03d33b8076db57b9-1c32bcb9124deadc3e9-8000.html