Tuesday, January 6, 2009

How to stretch a particular column in table

Usually columnStretching="last" is used to fill the available space. But some times another column need more space to show data. ADF allows stretching a particular column by specifying the column name. I.e. columnStretching="column:address", where address is the column which need to be stretched.

adf recommends to use fixed column width, as resizing content at client side is expensive.

1 comment:

  1. How can af:inputListOfValues table column be stretched then?

    ReplyDelete