Does Flex DataGrid support row span?
Posted
by Sergey
on Stack Overflow
See other posts from Stack Overflow
or by Sergey
Published on 2010-06-18T10:36:45Z
Indexed on
2010/06/18
11:53 UTC
Read the original article
Hit count: 640
Hello guys!
Is it available to create Flex DataGrid
with column that is not divided to separate rows? It should look like this:
+-------------+-----------------+ | Header1 | Header2 | +-------------+-----------------+ | Data1 | This column | +-------------+ isn't divided | | Data2 | to separate | +-------------+ rows | | Data3 | | +-------------+-----------------+
© Stack Overflow or respective owner