将图像添加到 Flex Datagrid
我有一个数据网格,它已经从数据提供者获取数据,网格中有一个名为优先级的列。我想要做的是,如果列优先级包含高值,那么在我想要插入和图像的数据网格中的空列中,根据列优先级的值插入图像。
任何帮助将不胜感激。
谢谢 克里斯
I have a Datagrid that already gets its data from a data provider, there is a column in the grid called priority. What i want to do is if the column priority contains the value high then in an empty column in the datagrid i want to insert and image , the image being inserted depending on the value of the column priority.
Any help would be much appreciated.
thanks
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 itemRenderer 来完成此操作。查看 此链接为例。这是另一个简单的例子:
You could do this using an itemRenderer. Check out this link for an example. Here's another quick example: