Topic: How to control column width in a grid
How can I set the width of individual columns in a report grid? I've tried adding a 'width' attribute to the column as:
<column name='sample_id' width='250' visible='false' sql='o.sample_id' datatype='integer' />
but this doesn't appear to have any effect.
Cheers
Alan
Aberystwyth