col width floating point percentages in MxGrid

0
For MxGrid I have to style a table using percentile widths (pixel values lead to scrollbars in some situations) The default is: <colgroup dojoattachpoint="headTableGroupNode"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> <col style="width:10%"> </colgroup> You do not seem to be able to create floats in the control screen for this widget when specifying sizes for the collumns. Without resorting to JQuery, is there a simple way to to create <colgroup dojoattachpoint="headTableGroupNode"> <col style="width:8.31099"> <col style="width:10.9026"> <col style="width:11.3494"> <col style="width:13.1367"> <col style="width:9.11528"> <col style="width:10.9026"> <col style="width:6.70241"> <col style="width:6.97051"> <col style="width:10.8132"> <col style="width:11.7962"> </colgroup> Thankyou
asked
0 answers