cancel
Showing results for 
Search instead for 
Did you mean: 

How to specify size or do column re-sizable in cscockpit list-view

Former Member
0 Kudos

I have list-view-config.xml for cscockpit with content for example:

 <list-view>
     <group name="General">
         <group name="column">
             <label key="config.general.product" />
             <group name="line">
                 <property qualifier="AbstractOrderEntry.product.code" visible="true"/>
                 <property qualifier="AbstractOrderEntry.product.manufacturerName" visible="true"/>
                        </group>
                        ....

I want to specify column width or my AbstractOrderEntry.product.manufacturerName attribute width or do that column re-sizable because if it too long it has dots at the end of name.

Is it possible to do that?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Orest,

The width of the columns of csBasketCartWidgetRenderer is provided directly in the code -

 BasketCartWidgetRenderer.populateHeaderRow(ListboxWidget<BasketCartWidgetModel, BasketController>, Listhead)

If the provided configuration describes another widget than look for the similar implementation.