Apache – How to create the Advanced Datagrid

apache-flexflex3

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

Best Answer

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"
Related Topic