Dear SmartGWT users,
I have ListGrid with two columns. First column contains name and second column contains description. Name is usually one word and description is usually one or more sentences. If I do not specify width of the columns explicitly each column occupy 50% of available space. From my point of view it will be very nice if width of the column name will be set by size of the values it contains. Then width of the column name with one word will be less than width of the column description with sentences. There will be less empty space. Is possible to implement this funcionality by current API?
Best regards,
Ales
I have ListGrid with two columns. First column contains name and second column contains description. Name is usually one word and description is usually one or more sentences. If I do not specify width of the columns explicitly each column occupy 50% of available space. From my point of view it will be very nice if width of the column name will be set by size of the values it contains. Then width of the column name with one word will be less than width of the column description with sentences. There will be less empty space. Is possible to implement this funcionality by current API?
Best regards,
Ales
Comment