Thursday, August 29, 2013

How to Freeze multiple columns in ADF ?

This blog explains about how to freeze columns dynamically using <af:table> component.

- Set columnSelection="true" property



- When you set above property, You will notice 'Freeze' button automatically enabled on PanelCollection. User can select multiple columns and press 'Freeze' button.




1 comment:

  1. Hi,
    Can I achieve this without PanelCollection?
    I'm using JDeveloper 11.1.2.4 version. I tried to to freeze the column using frozen=true. It didn't work. Could you please suggest what could be done?

    ReplyDelete