Hi, In this post i am going to show you how to add the css to column header of af:table
Step1: Create the ADF Skin file (.css file)
Step2: Create the css class as shown below
.head{
font-size: 20.0pt;
font-weight: bold;
color: Red;
}
Step3: Call the css class on af:column (headerClass="head")
Step4: Run the page.
Thanks :) happy learning :)
Step1: Create the ADF Skin file (.css file)
Step2: Create the css class as shown below
.head{
font-size: 20.0pt;
font-weight: bold;
color: Red;
}
Step3: Call the css class on af:column (headerClass="head")
Step4: Run the page.
Thanks :) happy learning :)