Hi Adepters,
Does anyone know the reasoning or purpose for the asterisk in the colwidth attribute value? I am trying to get proportional column widths to work in XSL for table PDF output. The cells are displaying with equal dimensions, even though the colwidths have different values. This also cause text overflow. Please let me know if additional information is required.
Thanks in advance!
Regards,
<table colsep="1" frame="all" rowsep="1">
<title>References</title>
<tgroup cols="4" colsep="1" rowsep="1">
<colspec align="center" colname="col1" colnum="1" colwidth="1.5*"/">
<colspec align="center" colname="col2" colnum="2" colwidth="2*"/">
<colspec align="center" colname="col3" colnum="3" colwidth="3*"/">
<colspec align="center" colname="col4" colnum="4" colwidth="2*"/">