문제

I would like to have a datagrid that is transposed in flex. I believe I can do this with an OLAP datagrid but this seems a bit heavy weight. I just want a standard datagrid with a different orientation.

For example a datagrid looks like:

  • Header1|Header2
  • val1|val2
  • val3|val4

but I would like

Header1| val1 | val3 Header2| val2 | val4

Is this possible using a standard datagrid? I couldnt see much on Google apart from the olap datagrid.

Thanks

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top