Multiline bug - Alex, please try this example with xml data file and table.request()
I took the source of the /grid.howto.style.columns/multiline-text.html page, and changed the source of the data to a xml file loaded via table.request(), and then obj.setDataModel(table);
The xml file is:
<rows>
<row>
<col0>MSFT</col0><col1>Microsoft <br/> Corporation</col1> <col2>314571.156</col2>
</row>
<row>
<col0>ORCL</col0> <col1>Oracle <br/> Corporation</col1> <col2>62615.266</col2>
</row>
<row>
<col0>SAP</col0> <col1>SAP <br/> AG <br/> (ADR)</col1> <col2>40986.328</col2>
</row>
</rows>
Now the lines no longer wrap.
Are there any special properties that might fix this in the table template? Maybe I'll see if I can't find something in there that looks right.. Thanks Alex, your component rules!
The xml file is:
<rows>
<row>
<col0>MSFT</col0><col1>Microsoft <br/> Corporation</col1> <col2>314571.156</col2>
</row>
<row>
<col0>ORCL</col0> <col1>Oracle <br/> Corporation</col1> <col2>62615.266</col2>
</row>
<row>
<col0>SAP</col0> <col1>SAP <br/> AG <br/> (ADR)</col1> <col2>40986.328</col2>
</row>
</rows>
Now the lines no longer wrap.
Are there any special properties that might fix this in the table template? Maybe I'll see if I can't find something in there that looks right.. Thanks Alex, your component rules!
elsigh
March 30,