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.
Hi,
ReplyDeleteCan 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?