如何创建高级数据网格

发布于 2024-08-20 03:29:38 字数 120 浏览 2 评论 0原文

我有高级 DataGrid 要求。但我不知道如何创建它。 请帮我解决这个问题。我附上 Jpeg 文件。

表格

I have a Advanced DataGrid requirement. But i do not have idea how to create it.
Please help me on this. I am attaching the Jpeg file.

table

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

独留℉清风醉 2024-08-27 03:29:38

如果此表没有动态添加的字段,我建议使用表单、画布或一些嵌套框来显示数据。否则,您可以这样做:

  • 创建一个 ArrayCollection 作为 ADG 的数据提供者
  • ”的每一行添加一个包含字段“construct”、“today”、“week”、“month”、“group”的对象
  • 为表“group ” 代表“环境大小”、“可用性”、“性能”和“利用率”
  • 在 ADG 中添加元素 1-4 的列
  • 按字段“组”对 ADG 进行分组

If this table doesn't have dynamically added fields, I recommend the use of a form, a canvas or some nested boxes for displaying your data. Otherwise, you can do it like this:

  • Create an ArrayCollection as dataprovider for the ADG
  • Add an Object with the fields "construct", "today", "week", "month", "group" for each row of the table
  • "group" stands for "Environment Size", "Availability", "Performance" and "Utilization"
  • Add columns for the elements 1-4 in the ADG
  • Group the ADG by the field "group"
故人爱我别走 2024-08-27 03:29:38

您使用的是 Flex Builder 3 专业版吗? AdvancedDataGrid 仅在该工具的专业版中可用。

来自 Adob​​e 网站:

交互式数据可视化
(在 Flex Builder 3 中得到增强)
(仅限专业版)

创建数据仪表板和交互式
只需拖拽即可进行数据分析
删除图表类型并链接它
使用 Flex 到数据源
图表库。使用强大的新功能
高级数据网格使用户能够
探索复杂的数据。

Flex Builder 3 中的新功能 — 使用
强大的新高级数据网格
使用户能够探索复杂的数据。
图表也得到了增强
新的交互支持,绘图
API,并支持多轴。

Are you using the Flex Builder 3 Professional Edition? The AdvancedDataGrid is only available in the Professional edition of the tool.

From the Adobe website:

Interactive data visualization
(Enhanced in Flex Builder 3)
(Professional edition only)

Create data dashboards and interactive
data analysis by simply dragging and
dropping a chart type and linking it
to a data source using the Flex
charting library. Use the powerful new
Advanced Datagrid to enable users to
explore complex data.

New in Flex Builder 3 — Use the
powerful new Advanced Datagrid to
enable users to explore complex data.
Charts have also been enhanced with
new interaction support, a drawing
API, and support for multiple axes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文