TextArea in flex doesn't render <TABLE></TABLE>
.
I want to display text in textarea in two columns.
Column1 Column2
Row1: Data, data, data row1
Row2 longer: Data, data, data row2
Depending on text width in Column1 text in Column2 will be shifted. So all rows in Column2 are going to be aligned. How can I do this without html <table>
?