Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Customize AF:Column Header.

Suchith ShivakumarFeb 5 2014 — edited Feb 5 2014

Hello,

    

     I have a table with many column,I want to Customize the column Header.

     For Example.

    mon         |       tue         |      wed          |      thu           |        fri               |        sat          |       sun  

_________|_________|__________|__________|___________|___________|_________

     I have a table with column(Start date(contains start date of the current week), mon,tue,wed,thur,fri,sat)

     when i drag and drop the collection from data control it will display the above header text.

     but i need to append the date for mon , tue, wed ,..

     finally it should display like this

     taking this week start date (02/03/2014)  

     mon         |       tue         |      wed          |      thu           |        fri               |        sat          |       sun  

02/03/2014 |  02/03/2014|  02/03/2014| 02/03/2014  |  02/03/2014    |  02/03/2014 | 02/03/2014

__________|_________|__________|__________|___________|___________|_________

Thanks in Advance

Cheers

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2014
Added on Feb 5 2014
4 comments
1,873 views