Hello,
I'd like to set in XML file the width of attributes columns.
I have a component which extends objectlist:webtop/config/objectlist_component.xml and in this component I define the name of the columns I want to display :
<columns>
<loadinvisibleattribute>false</loadinvisibleattribute>
<column>
<attribute>name of attribute</attribute>
<label>label</label>
<visible>true</visible>
</column>
<column>
...
</column>
...
</columns>
Could I add some attributes defining the width of the columns ?
Thank you.