Community
Participate
Working Groups
If the Table is created initially with data that require scrollbars, the scrollbars are not visible on the client. The reason for it is the default value used in TableLCA#writeScrollBarsVisible (WidgetLCAUtil.hasChanged) which is TRUE. After the Tree/Table client-side widgets merge the default value should be FALSE like in TreeLCA.
Fixed in CVS HEAD by changing the default value to false. Fixed scrollbar issue with empty table with columns as well in TableLCAUtil#getItemMetrics - when measureItem is null get left/width from column itself.